Enlightenment CVS committal Author : doursse Project : e17 Module : libs/esmart
Dir : e17/libs/esmart/src/lib/esmart_container 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_container/Makefile.am,v retrieving revision 1.11 retrieving revision 1.12 diff -u -3 -r1.11 -r1.12 --- Makefile.am 10 Jul 2007 17:33:54 -0000 1.11 +++ Makefile.am 11 Nov 2007 11:05:06 -0000 1.12 @@ -1,21 +1,27 @@ + +MAINTAINERCLEANFILES = Makefile.in + SUBDIRS = layout +AM_CPPFLAGS = \ +-I$(top_srcdir)/src/lib/esmart_container \ +-DCONTAINER_PLUGIN_DIR=\"$(libdir)/$(PACKAGE)/layout\" \ [EMAIL PROTECTED]@ + pkgdir = @libdir@ pkg_LTLIBRARIES = libesmart_container.la -INCLUDES = -I$(top_srcdir)/src/lib/esmart_container \ - @CONTAINER_CFLAGS@ - installed_headersdir = $(prefix)/include/Esmart installed_headers_DATA = Esmart_Container.h -libesmart_container_la_SOURCES = esmart_container.c \ - Esmart_Container.h \ - esmart_container_element.c \ - esmart_container_plugin.c \ - esmart_container_private.h \ - esmart_container_smart.c \ - esmart_container_util.c +libesmart_container_la_SOURCES = \ +esmart_container.c \ +Esmart_Container.h \ +esmart_container_element.c \ +esmart_container_plugin.c \ +esmart_container_private.h \ +esmart_container_smart.c \ +esmart_container_util.c -libesmart_container_la_LDFLAGS = @CONTAINER_LIBS@ -version-info 0:9:0 -libesmart_container_la_LIBADD = -lltdl -lm +libesmart_container_la_LDFLAGS = -version-info @version_info@ +libesmart_container_la_LIBADD = -lltdl -lm @CONTAINER_LIBS@ ------------------------------------------------------------------------- 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