summaryrefslogtreecommitdiffstats
path: root/src/Makefile.am
diff options
context:
space:
mode:
authorTed Gould <ted@gould.cx>2009-12-31 05:57:49 +0000
committerTed Gould <ted@gould.cx>2009-12-31 05:57:49 +0000
commit70a057a9c77a7e977bf6abe0d7029400a66cbd9e (patch)
treef89b90aacba54a55a6dfdf28543326cc283f4de6 /src/Makefile.am
parentUpdating to current trunk (diff)
downloadinkscape-70a057a9c77a7e977bf6abe0d7029400a66cbd9e.tar.gz
inkscape-70a057a9c77a7e977bf6abe0d7029400a66cbd9e.zip
Making BUILT_SOURCES an append
(bzr r8254.1.39)
Diffstat (limited to 'src/Makefile.am')
-rw-r--r--src/Makefile.am2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/Makefile.am b/src/Makefile.am
index 3b2dfeeb6..7fa869012 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -54,6 +54,8 @@ ink_common_sources =
inkscape_SOURCES =
# Add Inkview-only sources here.
inkview_SOURCES =
+# Add sources that are built from meta files
+BUILT_SOURCES =
INCLUDES = \
$(PERL_CFLAGS) $(PYTHON_CFLAGS) \