Enlightenment CVS committal
Author : raster
Project : e17
Module : libs/ecore
Dir : e17/libs/ecore/src/bin
Modified Files:
Makefile.am
Log Message:
now it builds! cleanly too
===================================================================
RCS file: /cvsroot/enlightenment/e17/libs/ecore/src/bin/Makefile.am,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -3 -r1.2 -r1.3
--- Makefile.am 23 Sep 2003 08:09:28 -0000 1.2
+++ Makefile.am 3 Dec 2003 07:23:08 -0000 1.3
@@ -36,6 +36,12 @@
ECORE_IPC_LIB =
endif
+if BUILD_ECORE_TXT
+ECORE_TXT_LIB = $(top_builddir)/src/lib/ecore_txt/libecore_txt.la
+else
+ECORE_TXT_LIB =
+endif
+
INCLUDES = \
-I$(top_srcdir)/src/lib/ecore \
-I$(top_srcdir)/src/lib/ecore_evas \
@@ -44,6 +50,7 @@
-I$(top_srcdir)/src/lib/ecore_job \
-I$(top_srcdir)/src/lib/ecore_con \
-I$(top_srcdir)/src/lib/ecore_ipc \
+-I$(top_srcdir)/src/lib/ecore_txt \
@evas_cflags@ \
@x_cflags@
@@ -62,6 +69,7 @@
$(ECORE_EVAS_LIB) \
$(ECORE_CON_LIB) \
$(ECORE_IPC_LIB) \
+$(ECORE_TXT_LIB) \
-lm
ecore_test_LDFLAGS =
@@ -77,7 +85,8 @@
$(ECORE_X_LIB) \
$(ECORE_EVAS_LIB) \
$(ECORE_CON_LIB) \
-$(ECORE_IPC_LIB)
+$(ECORE_IPC_LIB) \
+$(ECORE_TXT_LIB)
ecore_evas_test_SOURCES = \
ecore_evas_test.c \
@@ -94,6 +103,7 @@
$(ECORE_EVAS_LIB) \
$(ECORE_CON_LIB) \
$(ECORE_IPC_LIB) \
+$(ECORE_TXT_LIB) \
-lm
ecore_evas_test_LDFLAGS =
@@ -109,4 +119,5 @@
$(ECORE_X_LIB) \
$(ECORE_EVAS_LIB) \
$(ECORE_CON_LIB) \
-$(ECORE_IPC_LIB)
+$(ECORE_IPC_LIB) \
+$(ECORE_TXT_LIB)
-------------------------------------------------------
This SF.net email is sponsored by OSDN's Audience Survey.
Help shape OSDN's sites and tell us what you think. Take this
five minute survey and you could win a $250 Gift Certificate.
http://www.wrgsurveys.com/2003/osdntech03.php?site=8
_______________________________________________
enlightenment-cvs mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs