Imported Upstream version 1.7.1
[platform/upstream/edje.git] / src / modules / alsa_snd_player / Makefile.am
1 ## Process this file with automake to produce Makefile.in
2
3 MAINTAINERCLEANFILES = Makefile.in
4
5 pkglibdir = $(REMIX_PLUGIN_DIR)
6
7 AM_CPPFLAGS = \
8 -I. \
9 -DPACKAGE_LIB_DIR=\"$(libdir)/remix\" \
10 -DPACKAGE_DATA_DIR=\"$(datadir)/remix\" \
11 @EDJE_CFLAGS@ \
12 @EIO_CFLAGS@ \
13 @REMIX_CFLAGS@ \
14 @ALSA_CFLAGS@
15
16 pkgdir = $(REMIX_PLUGIN_DIR)
17 pkg_LTLIBRARIES = libalsa_snd_player.la
18
19 libalsa_snd_player_la_SOURCES = alsa_snd_player.c
20 libalsa_snd_player_la_LDFLAGS =  -no-undefined @lt_enable_auto_import@ -module -avoid-version @EDJE_LIBS@ @REMIX_LIBS@ @ALSA_LIBS@
21 libalsa_snd_player_la_LIBTOOLFLAGS = --tag=disable-static