diff options
Diffstat (limited to 'src/Makefile.am')
-rw-r--r-- | src/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Makefile.am b/src/Makefile.am index 9943b088..b2c7e28a 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -140,7 +140,7 @@ dillo_SOURCES = \ # https://www.gnu.org/software/automake/manual/html_node/Built-Sources-Example.html nodist_dillo_SOURCES = commit.h -dillo.$(OBJEXT): commit.h +version.$(OBJEXT) dillo.$(OBJEXT): commit.h CLEANFILES = commit.h if GIT_AVAILABLE |