On Thu, 28 Oct 2010, Enlightenment SVN wrote:

> Log:
>  E-DBus: Decide whether to build module or not in upper level

ca you also do that for ecore ? :p

Vincent

>
>
> Author:       etrunko
> Date:         2010-10-28 07:24:26 -0700 (Thu, 28 Oct 2010)
> New Revision: 53960
>
> Modified:
>  trunk/e_dbus/src/lib/Makefile.am trunk/e_dbus/src/lib/bluez/Makefile.am 
> trunk/e_dbus/src/lib/connman/Makefile.am trunk/e_dbus/src/lib/hal/Makefile.am 
> trunk/e_dbus/src/lib/notification/Makefile.am 
> trunk/e_dbus/src/lib/ofono/Makefile.am
>
> Modified: trunk/e_dbus/src/lib/Makefile.am
> ===================================================================
> --- trunk/e_dbus/src/lib/Makefile.am  2010-10-28 14:07:47 UTC (rev 53959)
> +++ trunk/e_dbus/src/lib/Makefile.am  2010-10-28 14:24:26 UTC (rev 53960)
> @@ -1,3 +1,27 @@
> MAINTAINERCLEANFILES = Makefile.in
>
> -SUBDIRS = dbus bluez connman hal notification ofono ukit
> +SUBDIRS = dbus
> +
> +if BUILD_EBLUEZ
> +SUBDIRS += bluez
> +endif
> +
> +if BUILD_ECONNMAN
> +SUBDIRS += connman
> +endif
> +
> +if BUILD_EHAL
> +SUBDIRS += hal
> +endif
> +
> +if BUILD_ENOTIFY
> +SUBDIRS += notification
> +endif
> +
> +if BUILD_EOFONO
> +SUBDIRS += ofono
> +endif
> +
> +if BUILD_EUKIT
> +SUBDIRS += ukit
> +endif
>
> Modified: trunk/e_dbus/src/lib/bluez/Makefile.am
> ===================================================================
> --- trunk/e_dbus/src/lib/bluez/Makefile.am    2010-10-28 14:07:47 UTC (rev 
> 53959)
> +++ trunk/e_dbus/src/lib/bluez/Makefile.am    2010-10-28 14:24:26 UTC (rev 
> 53960)
> @@ -4,8 +4,6 @@
> -I $(top_srcdir)/src/lib/dbus \
> @EDBUS_CFLAGS@
>
> -if BUILD_EBLUEZ
> -
> lib_LTLIBRARIES = libebluez.la
> includes_HEADERS = E_Bluez.h
> includesdir = $(includedir)/e_db...@vmaj@
> @@ -23,6 +21,4 @@
>
> libebluez_la_LDFLAGS = -version-info @version_info@ @release_info@
>
> -endif
> -
> EXTRA_DIST = e_bluez_private.h
>
> Modified: trunk/e_dbus/src/lib/connman/Makefile.am
> ===================================================================
> --- trunk/e_dbus/src/lib/connman/Makefile.am  2010-10-28 14:07:47 UTC (rev 
> 53959)
> +++ trunk/e_dbus/src/lib/connman/Makefile.am  2010-10-28 14:24:26 UTC (rev 
> 53960)
> @@ -4,8 +4,6 @@
> -I $(top_srcdir)/src/lib/dbus \
> @EDBUS_CFLAGS@
>
> -if BUILD_ECONNMAN
> -
> lib_LTLIBRARIES = libeconnman.la
> includes_HEADERS = E_Connman.h
> includesdir = $(includedir)/e_db...@vmaj@
> @@ -25,6 +23,4 @@
>
> libeconnman_la_LDFLAGS = -version-info @version_info@ @release_info@
>
> -endif
> -
> EXTRA_DIST = e_connman_private.h
>
> Modified: trunk/e_dbus/src/lib/hal/Makefile.am
> ===================================================================
> --- trunk/e_dbus/src/lib/hal/Makefile.am      2010-10-28 14:07:47 UTC (rev 
> 53959)
> +++ trunk/e_dbus/src/lib/hal/Makefile.am      2010-10-28 14:24:26 UTC (rev 
> 53960)
> @@ -4,8 +4,6 @@
> -I $(top_srcdir)/src/lib/dbus \
> @EDBUS_CFLAGS@
>
> -if BUILD_EHAL
> -
> lib_LTLIBRARIES = libehal.la
> includes_HEADERS = E_Hal.h
> includesdir = $(includedir)/e_db...@vmaj@
> @@ -21,6 +19,4 @@
>
> libehal_la_LDFLAGS = -version-info @version_info@ @release_info@
>
> -endif
> -
> EXTRA_DIST = e_hal_private.h
>
> Modified: trunk/e_dbus/src/lib/notification/Makefile.am
> ===================================================================
> --- trunk/e_dbus/src/lib/notification/Makefile.am     2010-10-28 14:07:47 UTC 
> (rev 53959)
> +++ trunk/e_dbus/src/lib/notification/Makefile.am     2010-10-28 14:24:26 UTC 
> (rev 53960)
> @@ -5,8 +5,6 @@
> @EDBUS_CFLAGS@ \
> @EVAS_CFLAGS@
>
> -if BUILD_ENOTIFY
> -
> lib_LTLIBRARIES = libenotify.la
> includes_HEADERS = E_Notify.h E_Notification_Daemon.h
> includesdir = $(includedir)/e_db...@vmaj@
> @@ -23,6 +21,4 @@
>
> libenotify_la_LDFLAGS = -version-info @version_info@ @release_info@
>
> -endif
> -
> EXTRA_DIST = e_notify_private.h
>
> Modified: trunk/e_dbus/src/lib/ofono/Makefile.am
> ===================================================================
> --- trunk/e_dbus/src/lib/ofono/Makefile.am    2010-10-28 14:07:47 UTC (rev 
> 53959)
> +++ trunk/e_dbus/src/lib/ofono/Makefile.am    2010-10-28 14:24:26 UTC (rev 
> 53960)
> @@ -4,8 +4,6 @@
> -I $(top_srcdir)/src/lib/dbus \
> @EDBUS_CFLAGS@
>
> -if BUILD_EOFONO
> -
> lib_LTLIBRARIES = libeofono.la
> includes_HEADERS = E_Ofono.h
> includesdir = $(includedir)/e_db...@vmaj@
> @@ -23,6 +21,4 @@
>
> libeofono_la_LDFLAGS = -version-info @version_info@ @release_info@
>
> -endif
> -
> EXTRA_DIST = e_ofono_private.h
>
>
> ------------------------------------------------------------------------------
> Nokia and AT&T present the 2010 Calling All Innovators-North America contest
> Create new apps & games for the Nokia N8 for consumers in  U.S. and Canada
> $10 million total in prizes - $4M cash, 500 devices, nearly $6M in marketing
> Develop with Nokia Qt SDK, Web Runtime, or Java and Publish to Ovi Store
> http://p.sf.net/sfu/nokia-dev2dev
> _______________________________________________
> enlightenment-svn mailing list
> enlightenment-...@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/enlightenment-svn
>
>

------------------------------------------------------------------------------
Nokia and AT&T present the 2010 Calling All Innovators-North America contest
Create new apps & games for the Nokia N8 for consumers in  U.S. and Canada
$10 million total in prizes - $4M cash, 500 devices, nearly $6M in marketing
Develop with Nokia Qt SDK, Web Runtime, or Java and Publish to Ovi Store 
http://p.sf.net/sfu/nokia-dev2dev
_______________________________________________
enlightenment-devel mailing list
enlightenment-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel

Reply via email to