aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/Makefile.am
diff options
context:
space:
mode:
authorRobin Haberkorn <robin.haberkorn@googlemail.com>2014-04-25 16:38:53 +0200
committerRobin Haberkorn <robin.haberkorn@googlemail.com>2014-04-25 16:38:53 +0200
commit54de1dcbcce53cb6e0f5096334e6e0caa5ce9264 (patch)
tree218d28a4d436226139486b5c550ce3f07e60bf6f /src/Makefile.am
parentf6fa45e2898cc965dd8f214ae8125dddd6f82b38 (diff)
downloadsciteco-54de1dcbcce53cb6e0f5096334e6e0caa5ce9264.tar.gz
added generated symbols (symbols-*.cpp) to CLEANFILES
this was broken in #de616e362ccd56aae8b26a08d9520ab9132a060f
Diffstat (limited to 'src/Makefile.am')
-rw-r--r--src/Makefile.am3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/Makefile.am b/src/Makefile.am
index 596f398..a4662bd 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -61,7 +61,8 @@ nodist_sciteco_SOURCES = $(nodist_sciteco_minimal_SOURCES) \
symbols-scintilla.cpp symbols-scilexer.cpp
sciteco_LDADD = $(sciteco_minimal_LDADD)
-CLEANFILES = $(BUILT_SOURCES)
+CLEANFILES = $(BUILT_SOURCES) \
+ symbols-scintilla.cpp symbols-scilexer.cpp
%.c %.h %-private.h : %.gob
@GOB2@ $<