Enlightenment CVS committal

Author  : rbdpngn
Project : e17
Module  : libs/ewl

Dir     : e17/libs/ewl/src


Modified Files:
        Makefile.am 


Log Message:
Make the emotion/ewl_media support an optional build item.

===================================================================
RCS file: /cvsroot/enlightenment/e17/libs/ewl/src/Makefile.am,v
retrieving revision 1.53
retrieving revision 1.54
diff -u -3 -r1.53 -r1.54
--- Makefile.am 15 Jul 2004 14:19:56 -0000      1.53
+++ Makefile.am 15 Jul 2004 16:26:06 -0000      1.54
@@ -1,6 +1,6 @@
 ## Process this file with automake to produce Makefile.in
 
-INCLUDES = @edje_cflags@ @ecore_cflags@ @edb_cflags@ @evas_cflags@ @etox_cflags@
+INCLUDES = @edje_cflags@ @ecore_cflags@ @edb_cflags@ @evas_cflags@ @etox_cflags@ 
@emotion_cflags@
 
 lib_LTLIBRARIES = libewl.la
 
@@ -59,7 +59,12 @@
        ewl_widget.h \
        ewl_window.h
 
-libewl_la_SOURCES = \
+if BUILD_EMOTION_SUPPORT
+EWLEMOTIONHEADERS= \
+       ewl_media.h
+endif
+
+EWLSOURCES= \
        ewl_border.c \
        ewl_box.c \
        ewl_button.c \
@@ -111,8 +116,18 @@
        ewl_window.c \
        $(EWLHEADERS)
 
+if BUILD_EMOTION_SUPPORT
+EWLEMOTIONSOURCES= \
+       ewl_media.c \
+       $(EWLEMOTIONHEADERS)
+endif
+
+libewl_la_SOURCES = \
+       $(EWLSOURCES) \
+       $(EWLEMOTIONHEADERS)
+
 installed_headersdir = $(prefix)/include/ewl
 installed_headers_DATA = $(EWLHEADERS)
 
-libewl_la_LIBADD = @edje_libs@ @ecore_libs@ @edb_libs@ @evas_libs@ @etox_libs@ -lm
+libewl_la_LIBADD = @edje_libs@ @ecore_libs@ @edb_libs@ @evas_libs@ @etox_libs@ 
@emotion_libs@ -lm
 libewl_la_LDFLAGS = -version-info 0:0:0




-------------------------------------------------------
This SF.Net email is sponsored by BEA Weblogic Workshop
FREE Java Enterprise J2EE developer tools!
Get your free copy of BEA WebLogic Workshop 8.1 today.
http://ads.osdn.com/?ad_id=4721&alloc_id=10040&op=click
_______________________________________________
enlightenment-cvs mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to