X-Git-Url: https://git.pterodactylus.net/?a=blobdiff_plain;f=ETL%2Ftrunk%2FETL%2FMakefile.am;h=b08fdcf803d8c3e71c3f56f8c7b79f23e2db7588;hb=9459638ad6797b8139f1e9f0715c96076dbf0890;hp=5dea61523694221a0e6954a8f1babaeb482b6803;hpb=2fde73ebec7ee1bcb147abc19d16b1bc0deb17bf;p=synfig.git diff --git a/ETL/trunk/ETL/Makefile.am b/ETL/trunk/ETL/Makefile.am index 5dea615..b08fdcf 100644 --- a/ETL/trunk/ETL/Makefile.am +++ b/ETL/trunk/ETL/Makefile.am @@ -3,10 +3,9 @@ MAINTAINERCLEANFILES = \ Makefile.in +CLEANFILES = \ + $(top_builddir)/ETL/etl_profile.h -etlconfigdir = $(libdir)/ETL/include - -etlconfig_DATA = $(builddir)/etl_profile.h etldir = $(includedir)/ETL @@ -56,6 +55,7 @@ etl_HEADERS = \ _trivial.h \ _fixed.h \ etl_config.h \ + $(top_builddir)/ETL/etl_profile.h \ _fastangle_tables.h \ bezier \ _bezier.h \ @@ -77,6 +77,10 @@ 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