From: Ted Gould Date: Thu, 31 Dec 2009 05:57:49 +0000 (-0600) Subject: Making BUILT_SOURCES an append X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=d9d8041bc60abf4af6e64c3ee04d5b79fc596c1e;p=inkscape.git Making BUILT_SOURCES an append --- 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