summaryrefslogtreecommitdiffstats
path: root/src
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
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')
-rw-r--r--src/Makefile.am2
-rw-r--r--src/extension/dbus/Makefile_insert2
2 files changed, 3 insertions, 1 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) \
diff --git a/src/extension/dbus/Makefile_insert b/src/extension/dbus/Makefile_insert
index 00dba3b20..3a8dc9ee6 100644
--- a/src/extension/dbus/Makefile_insert
+++ b/src/extension/dbus/Makefile_insert
@@ -10,7 +10,7 @@ ink_common_sources += \
## Slightly concerned about this.
## Would use += but it has to be set first.
-BUILT_SOURCES = \
+BUILT_SOURCES += \
extension/dbus/application-server-glue.h \
extension/dbus/document-server-glue.h \
extension/dbus/document-client-glue.h