diff options
author | Patrick McDermott <pj@pehjota.net> | 2017-10-27 17:47:13 (EDT) |
---|---|---|
committer | Patrick McDermott <pj@pehjota.net> | 2017-10-27 17:47:42 (EDT) |
commit | f4a8c214a5424bd2c3fb79a6521df9683b27c249 (patch) | |
tree | 3953116647f36f302d8f6d79c27ef21f5f31835b | |
parent | e0cb1377618882166969272cf822b8c2e522d6a0 (diff) | |
download | marquee-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.
-rw-r--r-- | Makefile.am | 1 |
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) |