summaryrefslogtreecommitdiffstats
path: root/Makefile.am
diff options
context:
space:
mode:
authorPatrick McDermott <pj@pehjota.net>2017-10-27 17:47:13 (EDT)
committer Patrick McDermott <pj@pehjota.net>2017-10-27 17:47:42 (EDT)
commitf4a8c214a5424bd2c3fb79a6521df9683b27c249 (patch)
tree3953116647f36f302d8f6d79c27ef21f5f31835b /Makefile.am
parente0cb1377618882166969272cf822b8c2e522d6a0 (diff)
downloadmarquee-f4a8c214a5424bd2c3fb79a6521df9683b27c249.zip
marquee-f4a8c214a5424bd2c3fb79a6521df9683b27c249.tar.gz
marquee-f4a8c214a5424bd2c3fb79a6521df9683b27c249.tar.bz2
Makefile.am: Clean up version.c
Since commit 3db7f3d, it is no longer immediately removed after linking.
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am
index f026e0f..523d2a6 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -45,6 +45,7 @@ marquee_CPPFLAGS = \
marquee_LDADD = \
$(GTK_LIBS) \
$(WEBKIT2GTK_LIBS)
+CLEANFILES = version.c
marquee$(EXEEXT): $(marquee_OBJECTS) $(marquee_DEPENDENCIES) \
$(EXTRA_marquee_DEPENDENCIES)