Enlightenment CVS committal

Author  : sebastid
Project : e17
Module  : libs/esmart

Dir     : e17/libs/esmart/src/lib/esmart_file_dialog


Modified Files:
        Makefile.am 


Log Message:
Use AC_PATH_GENERIC

===================================================================
RCS file: 
/cvsroot/enlightenment/e17/libs/esmart/src/lib/esmart_file_dialog/Makefile.am,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -3 -r1.4 -r1.5
--- Makefile.am 23 May 2004 13:29:35 -0000      1.4
+++ Makefile.am 3 Sep 2005 19:30:06 -0000       1.5
@@ -2,9 +2,9 @@
 pkg_LTLIBRARIES = libesmart_file_dialog.la
 
 INCLUDES = -I$(top_srcdir)/src/lib/esmart_dialog \
-                         @imlib_cflags@ \
-                         @evas_cflags@ \
-                         @edje_cflags@
+                         @IMLIB2_CFLAGS@ \
+                         @EVAS_CFLAGS@ \
+                         @EDJE_CFLAGS@
 
 installed_headersdir = $(prefix)/include/Esmart
 installed_headers_DATA = Esmart_File_Dialog.h
@@ -14,13 +14,13 @@
                                 
$(top_builddir)/src/lib/esmart_text_entry/libesmart_text_entry.la
 
 libesmart_file_dialog_la_SOURCES = esmart_file_dialog.c \
-                                                                               
        Esmart_File_Dialog.h
+                                  Esmart_File_Dialog.h
 
 libesmart_file_dialog_la_LDFLAGS = -version-info 0:9:0
 libesmart_file_dialog_la_LIBADD = \
                                  
$(top_builddir)/src/lib/esmart_container/libesmart_container.la \
                                 
$(top_builddir)/src/lib/esmart_text_entry/libesmart_text_entry.la \
-                                       @imlib_libs@ \
-                                       @evas_libs@ \
-                                       @edje_libs@
+                                @IMLIB2_LIBS@ \
+                                @EVAS_LIBS@ \
+                                @EDJE_LIBS@
 




-------------------------------------------------------
SF.Net email is Sponsored by the Better Software Conference & EXPO
September 19-22, 2005 * San Francisco, CA * Development Lifecycle Practices
Agile & Plan-Driven Development * Managing Projects & Teams * Testing & QA
Security * Process Improvement & Measurement * http://www.sqe.com/bsce5sf
_______________________________________________
enlightenment-cvs mailing list
enlightenment-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to