diff options
| author | Ted Gould <ted@gould.cx> | 2009-12-31 05:57:49 +0000 |
|---|---|---|
| committer | Ted Gould <ted@gould.cx> | 2009-12-31 05:57:49 +0000 |
| commit | 70a057a9c77a7e977bf6abe0d7029400a66cbd9e (patch) | |
| tree | f89b90aacba54a55a6dfdf28543326cc283f4de6 /src/Makefile.am | |
| parent | Updating to current trunk (diff) | |
| download | inkscape-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.am | 2 |
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) \ |
