From e2de64d6f1beb9e492daf5b886e19933c1fa41dd Mon Sep 17 00:00:00 2001 From: toma Date: Wed, 25 Nov 2009 17:56:58 +0000 Subject: Copy the KDE 3.5 branch to branches/trinity for new KDE 3.5 features. BUG:215923 git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdemultimedia@1054174 283d02a7-25f6-0310-bc7c-ecb5cbfe19da --- mpeglib/lib/decoder/Makefile.am | 39 +++++++++++++++++++++++++++++++++++++++ 1 file changed, 39 insertions(+) create mode 100644 mpeglib/lib/decoder/Makefile.am (limited to 'mpeglib/lib/decoder/Makefile.am') 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 + + + + + + + + + + + + + + + + + + + + -- cgit v1.2.1