Enlightenment CVS committal

Author  : raster
Project : e17
Module  : libs/ecore

Dir     : e17/libs/ecore/src/bin


Modified Files:
      Tag: SPLIT
        Makefile.am 


Log Message:


stubs of ecore_x module...

===================================================================
RCS file: /cvsroot/enlightenment/e17/libs/ecore/src/bin/Attic/Makefile.am,v
retrieving revision 1.1.2.2
retrieving revision 1.1.2.3
diff -u -3 -r1.1.2.2 -r1.1.2.3
--- Makefile.am 16 Jan 2003 10:30:30 -0000      1.1.2.2
+++ Makefile.am 16 Jan 2003 11:26:42 -0000      1.1.2.3
@@ -3,7 +3,8 @@
 INCLUDES = \
 @x_cflags@ \
 -I../lib/ecore \
--I../lib/ecore_job
+-I../lib/ecore_job \
+-I../lib/ecore_x
 
 bin_PROGRAMS = \
 ecore_test
@@ -12,9 +13,9 @@
 ecore_test.c
 
 ecore_test_LDADD = \
-@x_ldflags@ @x_libs@ \
 ../lib/ecore/libecore.la \
-../lib/ecore_job/libecore_job.la
+../lib/ecore_job/libecore_job.la \
+../lib/ecore_x/libecore_x.la
 
 ecore_test_LDFLAGS = \
 $(LDFLAGS) \
@@ -26,4 +27,5 @@
 
 ecore_test_DEPENDENCIES = \
 ../lib/ecore/libecore.la \
-../lib/ecore_job/libecore_job.la
+../lib/ecore_job/libecore_job.la \
+../lib/ecore_x/libecore_x.la




-------------------------------------------------------
This SF.NET email is sponsored by: Thawte.com
Understand how to protect your customers personal information by implementing
SSL on your Apache Web Server. Click here to get our FREE Thawte Apache 
Guide: http://ads.sourceforge.net/cgi-bin/redirect.pl?thaw0029en
_______________________________________________
enlightenment-cvs mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to