Put cflags in the proper place. Apparently all the other modules put the
cflags together with includes. I thought about using my script-foos to
change that, but it was postponed for never^Wlater.
SVN revision: 76051
-I$(top_srcdir)/src/modules/$(MODULE) \
-I$(top_srcdir)/src/bin \
-I$(top_builddir)/src/bin \
- -I$(top_srcdir)/src/modules \
- @e_cflags@ @ECONNMAN_CFLAGS@
+ -I$(top_srcdir)/src/modules
pkgdir = $(libdir)/enlightenment/modules/$(MODULE)/$(MODULE_ARCH)
module_la_LIBADD = @e_libs@ @dlopen_libs@ @ECONNMAN_LIBS@
module_la_LDFLAGS = -module -avoid-version
+module_la_CFLAGS = $(AM_CFLAGS) @e_cflags@ @ECONNMAN_CFLAGS@
module_la_DEPENDENCIES = $(top_builddir)/config.h
uninstall: