X-Git-Url: https://git.pterodactylus.net/?a=blobdiff_plain;f=ETL%2Ftrunk%2FETL%2FMakefile.am;fp=ETL%2Ftrunk%2FETL%2FMakefile.am;h=5dea61523694221a0e6954a8f1babaeb482b6803;hb=2fde73ebec7ee1bcb147abc19d16b1bc0deb17bf;hp=b08fdcf803d8c3e71c3f56f8c7b79f23e2db7588;hpb=a75d39ae6509cd7b24e8924ffab41e8014591a8f;p=synfig.git diff --git a/ETL/trunk/ETL/Makefile.am b/ETL/trunk/ETL/Makefile.am index b08fdcf..5dea615 100644 --- a/ETL/trunk/ETL/Makefile.am +++ b/ETL/trunk/ETL/Makefile.am @@ -3,9 +3,10 @@ MAINTAINERCLEANFILES = \ Makefile.in -CLEANFILES = \ - $(top_builddir)/ETL/etl_profile.h +etlconfigdir = $(libdir)/ETL/include + +etlconfig_DATA = $(builddir)/etl_profile.h etldir = $(includedir)/ETL @@ -55,7 +56,6 @@ etl_HEADERS = \ _trivial.h \ _fixed.h \ etl_config.h \ - $(top_builddir)/ETL/etl_profile.h \ _fastangle_tables.h \ bezier \ _bezier.h \ @@ -77,10 +77,6 @@ etl_HEADERS = \ _mutex_pthreads_simple.h -$(top_builddir)/ETL/etl_profile.h:$(top_builddir)/ETL/etl_profile_.h - sed "s/PACKAGE/ETL/g;" < $(top_builddir)/ETL/etl_profile_.h > $(top_builddir)/ETL/etl_profile.h - - # FIXME: figure out why this is in SVN, but isn't installed EXTRA_DIST = \ _bit_rotate.h