aboutsummaryrefslogtreecommitdiffstats
path: root/gtk
diff options
context:
space:
mode:
authorJeff Morriss <jeff.morriss@ulticom.com>2010-11-29 20:07:43 +0000
committerJeff Morriss <jeff.morriss@ulticom.com>2010-11-29 20:07:43 +0000
commit9f8a83e19c1ebf65ae3bc5cb2283eef0783fb1a0 (patch)
tree9b110c57647a3d68c8e9fe34a9d025a1058e6dcf /gtk
parente55dcbcdb7cce48a3b7abc5cbba9f9eff227bd04 (diff)
Add DIRTY_GENERATED_C_FILES to GENERATED_FILES (so they get cleaned up by distclean).
svn path=/trunk/; revision=35065
Diffstat (limited to 'gtk')
-rw-r--r--gtk/Makefile.common5
1 files changed, 4 insertions, 1 deletions
diff --git a/gtk/Makefile.common b/gtk/Makefile.common
index 5cb2f3e58f..b3fa7bee0a 100644
--- a/gtk/Makefile.common
+++ b/gtk/Makefile.common
@@ -35,7 +35,10 @@ DIRTY_GENERATED_C_FILES = \
text_import_scanner.c
# All the generated files we want in the distribution.
-GENERATED_FILES = $(GENERATED_HEADER_FILES) $(GENERATED_C_FILES)
+GENERATED_FILES = \
+ $(GENERATED_HEADER_FILES) \
+ $(GENERATED_C_FILES) \
+ $(DIRTY_GENERATED_C_FILES)
# Files that generate compileable files
GENERATOR_FILES = \