Merge branch 'bug_599_picload_fd_leak' into experimental
[vuplus_dvbapp] / lib / python / Plugins / Extensions / DVDPlayer / src / Makefile.am
1 AM_CPPFLAGS = \
2         -I$(top_srcdir) \
3         -I$(top_srcdir)/include \
4         -include Python.h \
5         -include $(top_builddir)/enigma2_config.h
6
7 AM_CXXFLAGS = @LIBDDVD_CFLAGS@
8
9 plugindir = $(pkglibdir)/python/Plugins/Extensions/DVDPlayer
10
11 plugin_LTLIBRARIES = servicedvd.la
12
13 servicedvd_la_SOURCES = \
14         servicedvd.cpp \
15         servicedvd.h
16
17 servicedvd_la_LDFLAGS = -avoid-version -module
18 servicedvd_la_LIBADD = @LIBDDVD_LIBS@