Author: akv
Date: 2010-01-23 00:25:31 +0100 (Sat, 23 Jan 2010)
New Revision: 3049
Modified:
branches/rawstudio-ng-color/plugins/dcp/Makefile.am
branches/rawstudio-ng-color/plugins/lensfun/Makefile.am
Log:
Making sure additional files (c and h) is packed when doing 'make dist'.
Modified: branches/rawstudio-ng-color/plugins/dcp/Makefile.am
===================================================================
--- branches/rawstudio-ng-color/plugins/dcp/Makefile.am 2010-01-22 19:06:57 UTC
(rev 3048)
+++ branches/rawstudio-ng-color/plugins/dcp/Makefile.am 2010-01-22 23:25:31 UTC
(rev 3049)
@@ -14,6 +14,7 @@
dcp_la_LIBADD = @PACKAGE_LIBS@ adobe-camera-raw-tone.lo dcp-sse2.lo dcp-sse4.lo
dcp_la_LDFLAGS = -module -avoid-version
+EXTRA_DIST = dcp.h dcp-sse2.c dcp-sse4.c adobe-camera-raw-tone.c
adobe-camera-raw-tone.h
adobe-camera-raw-tone.lo: adobe-camera-raw-tone.c adobe-camera-raw-tone.h
$(LTCOMPILE) -c adobe-camera-raw-tone.c
Modified: branches/rawstudio-ng-color/plugins/lensfun/Makefile.am
===================================================================
--- branches/rawstudio-ng-color/plugins/lensfun/Makefile.am 2010-01-22
19:06:57 UTC (rev 3048)
+++ branches/rawstudio-ng-color/plugins/lensfun/Makefile.am 2010-01-22
23:25:31 UTC (rev 3049)
@@ -19,6 +19,8 @@
lensfun_la_LIBADD = @PACKAGE_LIBS@ lensfun-sse2.lo
lensfun_la_LDFLAGS = -module -avoid-version
+EXTRA_DIST = lensfun-sse2.c
+
lensfun.lo: lensfun.c
$(LTCOMPILE) -DEXIT_CODE=0 -c lensfun.c
_______________________________________________
Rawstudio-commit mailing list
[email protected]
http://rawstudio.org/cgi-bin/mailman/listinfo/rawstudio-commit