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/alsa_snd_player/Makefile.am | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 libraries/edje/src/modules/alsa_snd_player/Makefile.am (limited to 'libraries/edje/src/modules/alsa_snd_player/Makefile.am') diff --git a/libraries/edje/src/modules/alsa_snd_player/Makefile.am b/libraries/edje/src/modules/alsa_snd_player/Makefile.am new file mode 100644 index 0000000..de015f8 --- /dev/null +++ b/libraries/edje/src/modules/alsa_snd_player/Makefile.am @@ -0,0 +1,20 @@ +## Process this file with automake to produce Makefile.in + +MAINTAINERCLEANFILES = Makefile.in + +pkglibdir = $(REMIX_PLUGIN_DIR) + +AM_CPPFLAGS = \ +-I. \ +-DPACKAGE_LIB_DIR=\"$(libdir)/remix\" \ +-DPACKAGE_DATA_DIR=\"$(datadir)/remix\" \ +@EDJE_CFLAGS@ \ +@REMIX_CFLAGS@ \ +@ALSA_CFLAGS@ + +pkgdir = $(REMIX_PLUGIN_DIR) +pkg_LTLIBRARIES = libalsa_snd_player.la + +libalsa_snd_player_la_SOURCES = alsa_snd_player.c +libalsa_snd_player_la_LDFLAGS = -no-undefined @lt_enable_auto_import@ -module -avoid-version @EDJE_LIBS@ @REMIX_LIBS@ @ALSA_LIBS@ +libalsa_snd_player_la_LIBTOOLFLAGS = --tag=disable-static -- cgit v1.1