Enlightenment CVS committal Author : kwo Project : e16 Module : epplets
Dir : e16/epplets/epplets Modified Files: Makefile.am Log Message: Move glx stuff to separate library. =================================================================== RCS file: /cvs/e/e16/epplets/epplets/Makefile.am,v retrieving revision 1.99 retrieving revision 1.100 diff -u -3 -r1.99 -r1.100 --- Makefile.am 11 Nov 2007 17:51:14 -0000 1.99 +++ Makefile.am 17 Nov 2007 16:16:09 -0000 1.100 @@ -1,4 +1,4 @@ -# $Id: Makefile.am,v 1.99 2007/11/11 17:51:14 kwo Exp $ +# $Id: Makefile.am,v 1.100 2007/11/17 16:16:09 kwo Exp $ edatadir = $(datadir)/e16 @@ -44,8 +44,10 @@ EppletConfigTest_epplet_LDFLAGS = -rpath $(libdir) E_OpenGL_Demo_epplet_SOURCES = E-OpenGL-Demo.c -E_OpenGL_Demo_epplet_DEPENDENCIES = $(top_builddir)/api/libepplet.la +E_OpenGL_Demo_epplet_DEPENDENCIES = \ + $(top_builddir)/api/libepplet.la $(top_builddir)/api/libepplet_glx.la E_OpenGL_Demo_epplet_LDFLAGS = -rpath $(libdir) +E_OpenGL_Demo_epplet_LDADD = $(top_builddir)/api/libepplet_glx.la $(LDADD) #################################################### E_Exec_epplet_SOURCES = E-Exec.c ------------------------------------------------------------------------- This SF.net email is sponsored by: Microsoft Defy all challenges. Microsoft(R) Visual Studio 2005. http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/ _______________________________________________ enlightenment-cvs mailing list enlightenment-cvs@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs