Enlightenment CVS committal

Author  : tilman
Project : e17
Module  : libs/evas

Dir     : e17/libs/evas/src/modules/loaders/edb


Modified Files:
        Makefile.am 


Log Message:
use pkg-config to locate EDB, too.

===================================================================
RCS file: /cvs/e/e17/libs/evas/src/modules/loaders/edb/Makefile.am,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -3 -r1.3 -r1.4
--- Makefile.am 10 Feb 2007 17:23:06 -0000      1.3
+++ Makefile.am 21 Mar 2007 02:28:39 -0000      1.4
@@ -8,7 +8,7 @@
 INCLUDES              = -I. \
                         -I$(top_srcdir)/src/lib \
                         -I$(top_srcdir)/src/lib/include \
-                        @FREETYPE_CFLAGS@ @edb_cflags@
+                        @FREETYPE_CFLAGS@ @EDB_CFLAGS@
 
 pkgdir                 = $(libdir)/evas/modules/loaders/edb/$(MODULE_ARCH)
 
@@ -16,7 +16,7 @@
 
 module_la_SOURCES      = evas_image_load_edb.c
 
-module_la_LIBADD       = @edb_libs@ $(top_builddir)/src/lib/libevas.la
+module_la_LIBADD       = @EDB_LIBS@ $(top_builddir)/src/lib/libevas.la
 module_la_LDFLAGS      = @create_shared_lib@ -module -avoid-version 
-L$(top_builddir)/src/lib -L$(top_builddir)/src/lib/.libs
 
 module_la_DEPENDENCIES = $(top_builddir)/config.h



-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys-and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
enlightenment-cvs mailing list
enlightenment-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to