aboutsummaryrefslogtreecommitdiff
path: root/lib/python/Plugins/Extensions/DVDPlayer/src/Makefile.am
blob: 3e2ee67cb32a0a6690664ebc9ac95d71f6d42fc9 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
AM_CPPFLAGS = \
	-I$(top_srcdir) \
	-I$(top_srcdir)/include \
	-include Python.h \
	-include $(top_builddir)/enigma2_config.h

AM_CXXFLAGS = @LIBDDVD_CFLAGS@

plugindir = $(pkglibdir)/python/Plugins/Extensions/DVDPlayer

plugin_LTLIBRARIES = servicedvd.la

servicedvd_la_SOURCES = \
	servicedvd.cpp \
	servicedvd.h

servicedvd_la_LDFLAGS = -avoid-version -module
servicedvd_la_LIBADD = @LIBDDVD_LIBS@