Enlightenment CVS committal Author : doursse Project : e17 Module : libs/esmart
Dir : e17/libs/esmart/data 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/data/Makefile.am,v retrieving revision 1.3 retrieving revision 1.4 diff -u -3 -r1.3 -r1.4 --- Makefile.am 25 Aug 2007 13:49:46 -0000 1.3 +++ Makefile.am 11 Nov 2007 11:05:06 -0000 1.4 @@ -1,13 +1,14 @@ + MAINTAINERCLEANFILES = Makefile.in SUBDIRS = images EDJE_CC = @edje_cc@ EDJE_FLAGS = \ - -v \ - -id $(top_srcdir)/data/images \ - -fd $(top_srcdir)/data/fonts \ - @EDJE_DEF@ +-v \ +-id $(top_srcdir)/data/images \ +-fd $(top_srcdir)/data/fonts \ [EMAIL PROTECTED]@ filesdir = $(pkgdatadir) files_DATA = esmart_text_entry_test.edj ------------------------------------------------------------------------- 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