Author: abrander
Date: 2011-04-13 22:24:01 +0200 (Wed, 13 Apr 2011)
New Revision: 3990

Modified:
   trunk/librawstudio/Makefile.am
   trunk/src/Makefile.am
Log:
Removed libtiff requirement from src/ and librawstudio/.

Modified: trunk/librawstudio/Makefile.am
===================================================================
--- trunk/librawstudio/Makefile.am      2011-04-13 20:19:31 UTC (rev 3989)
+++ trunk/librawstudio/Makefile.am      2011-04-13 20:24:01 UTC (rev 3990)
@@ -112,7 +112,7 @@
        rs-gui-functions.c rs-gui-functions.h \
        rs-stock.c rs-stock.h
 
-librawstudio_2_0_la_LIBADD = @PACKAGE_LIBS@ @LIBJPEG@ @LIBTIFF@ @SQLITE3_LIBS@ 
$(INTLLIBS)
+librawstudio_2_0_la_LIBADD = @PACKAGE_LIBS@ @LIBJPEG@ @SQLITE3_LIBS@ 
$(INTLLIBS)
 
 pkgconfigdir = $(libdir)/pkgconfig
 pkgconfig_DATA = rawstudio-2.0.pc

Modified: trunk/src/Makefile.am
===================================================================
--- trunk/src/Makefile.am       2011-04-13 20:19:31 UTC (rev 3989)
+++ trunk/src/Makefile.am       2011-04-13 20:24:01 UTC (rev 3990)
@@ -47,5 +47,5 @@
        rs-tag-gui.c rs-tag-gui.h\
        rs-tethered-shooting.c rs-tethered-shooting.h
 
-rawstudio_LDADD = ../librawstudio/librawstudio-@[email protected] @PACKAGE_LIBS@ 
@LIBJPEG@ @LIBTIFF@ $(INTLLIBS)
+rawstudio_LDADD = ../librawstudio/librawstudio-@[email protected] @PACKAGE_LIBS@ 
@LIBJPEG@ $(INTLLIBS)
 


_______________________________________________
Rawstudio-commit mailing list
[email protected]
http://rawstudio.org/cgi-bin/mailman/listinfo/rawstudio-commit

Reply via email to