Enlightenment CVS committal Author : vapier Project : misc Module : embrace
Dir : misc/embrace/src Modified Files: Makefile.am Log Message: re-order lib linking order so things work properly =================================================================== RCS file: /cvs/e/misc/embrace/src/Makefile.am,v retrieving revision 1.14 retrieving revision 1.15 diff -u -3 -r1.14 -r1.15 --- Makefile.am 21 Jan 2006 21:22:03 -0000 1.14 +++ Makefile.am 17 May 2006 02:59:00 -0000 1.15 @@ -1,4 +1,4 @@ -## $Id: Makefile.am,v 1.14 2006/01/21 21:22:03 tsauerbeck Exp $ +## $Id: Makefile.am,v 1.15 2006/05/17 02:59:00 vapier Exp $ SUBDIRS = lib plugins include @@ -14,13 +14,13 @@ embrace_SOURCES = main.c -embrace_LDADD = @ECORE_LIBS@ \ +embrace_LDADD = $(top_builddir)/src/lib/libembrace.la \ + @ECORE_LIBS@ \ @EDB_LIBS@ \ @EVAS_LIBS@ \ @EDJE_LIBS@ \ @ESMART_LIBS@ \ @DL_LIBS@ \ - $(top_builddir)/src/lib/libembrace.la \ -lesmart_container -lesmart_draggies -lesmart_trans_x11 embrace_LDFLAGS = -export-dynamic @@ -33,8 +33,8 @@ pkgdir = @e_module_dir@/$(MODULE)/$(MODULE_ARCH) pkg_LTLIBRARIES = module.la module_la_SOURCES = e_mod_main.c e_mod_main.h -module_la_LIBADD = @ENLIGHTENMENT_LIBS@ -lm @DL_LIBS@ \ - $(top_builddir)/src/lib/libembrace.la \ +module_la_LIBADD = $(top_builddir)/src/lib/libembrace.la \ + @ENLIGHTENMENT_LIBS@ -lm @DL_LIBS@ \ @ESMART_LIBS@ @EDB_LIBS@ \ -lesmart_container -lesmart_draggies -lesmart_trans_x11 module_la_LDFLAGS = -module -avoid-version ------------------------------------------------------- Using Tomcat but need to do more? Need to support web services, security? Get stuff done quickly with pre-integrated technology to make your job easier Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642 _______________________________________________ enlightenment-cvs mailing list enlightenment-cvs@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs