From dd7595a3475407a7fa96a97393bae8c5220e8762 Mon Sep 17 00:00:00 2001 From: David Walter Seikel Date: Wed, 4 Jan 2012 18:41:13 +1000 Subject: Add the base Enlightenment Foundation Libraries - eina, eet, evas, ecore, embryo, and edje. Note that embryo wont be used, but I'm not sure yet if you can build edje without it. --- .../edje/src/modules/multisense_factory/Makefile.am | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 libraries/edje/src/modules/multisense_factory/Makefile.am (limited to 'libraries/edje/src/modules/multisense_factory/Makefile.am') diff --git a/libraries/edje/src/modules/multisense_factory/Makefile.am b/libraries/edje/src/modules/multisense_factory/Makefile.am new file mode 100644 index 0000000..768c8ce --- /dev/null +++ b/libraries/edje/src/modules/multisense_factory/Makefile.am @@ -0,0 +1,21 @@ +MAINTAINERCLEANFILES = Makefile.in + +pkglibdir = $(datadir)/$(PACKAGE)/modules/multisense_factory + +AM_CPPFLAGS = \ +-I. \ +-I$(top_srcdir)/src/lib \ +-I$(top_srcdir)/src/lib/include \ +-DPACKAGE_BIN_DIR=\"$(bindir)\" \ +-DPACKAGE_LIB_DIR=\"$(libdir)\" \ +-DPACKAGE_DATA_DIR=\"$(datadir)/$(PACKAGE)\" \ +-DPACKAGE_EXAMPLES_DIR=\"$(datadir)/$(PACKAGE)/multisense_factory\" \ +@EDJE_CFLAGS@ \ +@REMIX_CFLAGS@ + +pkgdir = $(libdir)/edje/modules/multisense_factory/$(MODULE_ARCH) +pkg_LTLIBRARIES = module.la + +module_la_SOURCES = multisense_factory.c +module_la_LDFLAGS = -no-undefined @lt_enable_auto_import@ -module -avoid-version $(top_builddir)/src/lib/libedje.la @EDJE_LIBS@ @REMIX_LIBS@ +module_la_LIBTOOLFLAGS = --tag=disable-static -- cgit v1.1