git.cweiske.de
/
enigma2.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
further updates to the build system, generate enigma2.sh
[enigma2.git]
/
lib
/
service
/
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 = \
8
$(LIBXINE_CFLAGS)
9
10
noinst_LTLIBRARIES = libenigma_service.la
11
12
libenigma_service_la_SOURCES = \
13
event.cpp \
14
event.h \
15
iservice.h \
16
listboxservice.cpp \
17
listboxservice.h \
18
service.cpp \
19
service.h \
20
servicedvb.cpp \
21
servicedvb.h \
22
servicedvbrecord.cpp \
23
servicedvbrecord.h \
24
servicefs.cpp \
25
servicefs.h \
26
servicemp3.cpp \
27
servicemp3.h
28
29
if HAVE_LIBXINE
30
libenigma_service_la_SOURCES += \
31
servicexine.cpp \
32
servicexine.h
33
endif