emotion: minor cleanup.
[profile/ivi/emotion.git] / src / modules / gstreamer / Makefile.am
1 MAINTAINERCLEANFILES = Makefile.in
2
3 AM_CPPFLAGS = \
4 -I$(top_srcdir) \
5 -I$(top_srcdir)/src/lib \
6 -DPACKAGE_BIN_DIR=\"$(bindir)\" \
7 -DPACKAGE_LIB_DIR=\"$(libdir)\" \
8 -DPACKAGE_DATA_DIR=\"$(datadir)/$(PACKAGE)\" \
9 @EMOTION_CFLAGS@ \
10 @EMOTION_CPPFLAGS@ \
11 @EFL_EMOTION_BUILD@ \
12 @GSTREAMER_CFLAGS@ \
13 @GSTREAMER_INTERFACE_CFLAGS@ \
14 @ECORE_X_CFLAGS@
15
16 if EMOTION_BUILD_GSTREAMER
17 if !EMOTION_STATIC_BUILD_GSTREAMER
18
19 pkgdir = $(libdir)/emotion
20
21 pkg_LTLIBRARIES = gstreamer.la
22 gstreamer_la_SOURCES = \
23 emotion_gstreamer.c \
24 emotion_sink.c \
25 emotion_alloc.c \
26 emotion_fakeeos.c \
27 emotion_convert.c
28
29 gstreamer_la_LIBADD  = @ECORE_X_LIBS@ @GSTREAMER_LIBS@ @GSTREAMER_INTERFACE_LIBS@ $(top_builddir)/src/lib/libemotion.la
30 gstreamer_la_LDFLAGS = -no-undefined @lt_enable_auto_import@ -module -avoid-version
31 gstreamer_la_LIBTOOLFLAGS = --tag=disable-static
32 gstreamer_la_DEPENDENCIES = $(top_builddir)/config.h
33
34 endif
35 endif
36
37 EXTRA_DIST = emotion_gstreamer.h