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

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

plugin_LTLIBRARIES = servicedvd.la

servicedvd_la_SOURCES = \
	servicedvd.cpp \
	servicedvd.h

servicedvd_la_LDFLAGS = -avoid-version -module