You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
40 lines
609 B
40 lines
609 B
# libplayerplugin - Makefile.am
|
|
|
|
INCLUDES = $(all_includes)
|
|
|
|
noinst_LTLIBRARIES = libdecoder.la
|
|
|
|
kmpgincludedir = $(includedir)/$(THIS_LIB_NAME)/decoder
|
|
|
|
kmpginclude_HEADERS = decoderPlugin.h command.h \
|
|
commandPipe.h nukePlugin.h \
|
|
vorbisPlugin.h cddaPlugin.h \
|
|
splayPlugin.h mpegPlugin.h \
|
|
mpgPlugin.h tplayPlugin.h
|
|
|
|
libdecoder_la_SOURCES = decoderPlugin.cpp command.cpp \
|
|
commandPipe.cpp nukePlugin.cpp \
|
|
vorbisPlugin.cpp cddaPlugin.cpp \
|
|
splayPlugin.cpp mpegPlugin.cpp \
|
|
mpgPlugin.cpp tplayPlugin.cpp
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|