Enlightenment CVS committal

Author  : doursse
Project : e17
Module  : libs/esmart

Dir     : e17/libs/esmart/src/lib/esmart_textarea


Modified Files:
        Makefile.am 


Log Message:
make (some parts of) esmart working on Windows

===================================================================
RCS file: /cvs/e/e17/libs/esmart/src/lib/esmart_textarea/Makefile.am,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -3 -r1.6 -r1.7
--- Makefile.am 10 Jul 2007 17:33:55 -0000      1.6
+++ Makefile.am 12 Jul 2008 06:40:37 -0000      1.7
@@ -1,19 +1,25 @@
+
+MAINTAINERCLEANFILES = Makefile.in
+
 pkgdir = @libdir@
 pkg_LTLIBRARIES = libesmart_textarea.la
 
-INCLUDES = -I$(top_srcdir)/src/lib/esmart_textarea \
-          @TEXT_AREA_CFLAGS@
+AM_CPPFLAGS = \
+-I$(top_srcdir)/src/lib/esmart_textarea \
+-DPACKAGE_DATA_DIR=\"$(datadir)/$(PACKAGE)\" \
[EMAIL PROTECTED]@
 
 installed_headersdir = $(prefix)/include/Esmart
 installed_headers_DATA = Esmart_Textarea.h
 
-libesmart_textarea_la_SOURCES = esmart_textarea_callbacks.c \
-                               esmart_textarea_cursor.c \
-                               esmart_textarea_private.c \
-                               esmart_textarea_smart.c \
-                               esmart_textarea_public.c \
-                               Esmart_Textarea.h \
-                               esmart_textarea_private.h
+libesmart_textarea_la_SOURCES = \
+esmart_textarea_callbacks.c \
+esmart_textarea_cursor.c \
+esmart_textarea_private.c \
+esmart_textarea_smart.c \
+esmart_textarea_public.c \
+Esmart_Textarea.h \
+esmart_textarea_private.h
 
 libesmart_textarea_la_LDFLAGS = @TEXT_AREA_LIBS@ -version-info 0:9:0
 libesmart_textarea_la_LIBADD = 



-------------------------------------------------------------------------
Sponsored by: SourceForge.net Community Choice Awards: VOTE NOW!
Studies have shown that voting for your favorite open source project,
along with a healthy diet, reduces your potential for chronic lameness
and boredom. Vote Now at http://www.sourceforge.net/community/cca08
_______________________________________________
enlightenment-cvs mailing list
enlightenment-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to