diff options
Diffstat (limited to 'mpeglib/lib/decoder/Makefile.am')
-rw-r--r-- | mpeglib/lib/decoder/Makefile.am | 39 |
1 files changed, 39 insertions, 0 deletions
diff --git a/mpeglib/lib/decoder/Makefile.am b/mpeglib/lib/decoder/Makefile.am new file mode 100644 index 00000000..9362e851 --- /dev/null +++ b/mpeglib/lib/decoder/Makefile.am @@ -0,0 +1,39 @@ +# 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 + + + + + + + + + + + + + + + + + + + + |