Enlightenment CVS committal

Author  : doursse
Project : e17
Module  : libs/ewl

Dir     : e17/libs/ewl/src/bin/tests/dnd_snoop


Modified Files:
        Makefile.am 


Log Message:
fix some linking problems. I think that there are a lot of potential hidden 
problems like those I fixed

===================================================================
RCS file: /cvs/e/e17/libs/ewl/src/bin/tests/dnd_snoop/Makefile.am,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -3 -r1.5 -r1.6
--- Makefile.am 1 Mar 2008 08:16:48 -0000       1.5
+++ Makefile.am 7 Jun 2008 09:59:59 -0000       1.6
@@ -8,6 +8,7 @@
 -I$(top_builddir)/src/bin \
 @EDJE_CFLAGS@ \
 @ECORE_CFLAGS@ \
[EMAIL PROTECTED]@ \
 @EVAS_CFLAGS@ \
 @EMOTION_CFLAGS@
 
@@ -18,7 +19,7 @@
 pkg_LTLIBRARIES = ewl_dnd_snoop_test.la
 
 ewl_dnd_snoop_test_la_SOURCES = ewl_dnd_snoop_test.c
-ewl_dnd_snoop_test_la_LIBADD = $(top_builddir)/src/lib/libewl.la
+ewl_dnd_snoop_test_la_LIBADD = $(top_builddir)/src/lib/libewl.la @ECORE_X_LIBS@
 ewl_dnd_snoop_test_la_LDFLAGS = -module @create_shared_lib@ -avoid-version
 
 FILES = $(ewl_dnd_snoop_test_la_SOURCES)



-------------------------------------------------------------------------
Check out the new SourceForge.net Marketplace.
It's the best place to buy or sell services for
just about anything Open Source.
http://sourceforge.net/services/buy/index.php
_______________________________________________
enlightenment-cvs mailing list
enlightenment-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to