Enlightenment CVS committal

Author  : doursse
Project : e17
Module  : libs/esmart

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


Modified Files:
        Makefile.am 


Log Message:
autostuff improvements:

 * use non deprecated version of AC_INIT and AM_INIT_AUTOMAKE
   and check the required minimal versions.
 * add bzipped distribution archive
 * add AC_LIBTOOL_WIN32_DLL
 * forbid libtool to check fortran and c++ compilers
 * compute libtool versioning from the version of the package
 * pass the directories based on ${prefix} to the preoprocessor
   with the -D option
 * replace INCLUDES, wich is deprecated since 2001 by AM_CPPFLAGS
 * remove useless -L flags in *_la_LDFLAGS
 * remove Makefile.in on maintainer-clean rule

===================================================================
RCS file: /cvs/e/e17/libs/esmart/src/lib/esmart_file_dialog/Makefile.am,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -3 -r1.8 -r1.9
--- Makefile.am 10 Jul 2007 17:33:54 -0000      1.8
+++ Makefile.am 11 Nov 2007 11:05:07 -0000      1.9
@@ -1,20 +1,26 @@
+
+MAINTAINERCLEANFILES = Makefile.in
+
+AM_CPPFLAGS = \
+-I$(top_srcdir)/src/lib/esmart_dialog \
[EMAIL PROTECTED]@
+
 pkgdir = @libdir@
 pkg_LTLIBRARIES = libesmart_file_dialog.la
 
-INCLUDES = -I$(top_srcdir)/src/lib/esmart_dialog \
-                         @FILE_DIALOG_CFLAGS@
-
 installed_headersdir = $(prefix)/include/Esmart
 installed_headers_DATA = Esmart_File_Dialog.h
 
 libesmart_file_dialog_la_DEPENDENCIES = \
-                                 
$(top_builddir)/src/lib/esmart_container/libesmart_container.la \
-                                
$(top_builddir)/src/lib/esmart_text_entry/libesmart_text_entry.la
+$(top_builddir)/src/lib/esmart_container/libesmart_container.la \
+$(top_builddir)/src/lib/esmart_text_entry/libesmart_text_entry.la
 
-libesmart_file_dialog_la_SOURCES = esmart_file_dialog.c \
-                                  Esmart_File_Dialog.h
+libesmart_file_dialog_la_SOURCES = \
+esmart_file_dialog.c \
+Esmart_File_Dialog.h
 
-libesmart_file_dialog_la_LDFLAGS = @FILE_DIALOG_LIBS@ -version-info 0:9:0
+libesmart_file_dialog_la_LDFLAGS = -version-info @version_info@
 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 
+$(top_builddir)/src/lib/esmart_container/libesmart_container.la \
+$(top_builddir)/src/lib/esmart_text_entry/libesmart_text_entry.la \
[EMAIL PROTECTED]@



-------------------------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems?  Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now >> http://get.splunk.com/
_______________________________________________
enlightenment-cvs mailing list
enlightenment-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to