diff options
author | toma <toma@283d02a7-25f6-0310-bc7c-ecb5cbfe19da> | 2009-11-25 17:56:58 +0000 |
---|---|---|
committer | toma <toma@283d02a7-25f6-0310-bc7c-ecb5cbfe19da> | 2009-11-25 17:56:58 +0000 |
commit | e2de64d6f1beb9e492daf5b886e19933c1fa41dd (patch) | |
tree | 9047cf9e6b5c43878d5bf82660adae77ceee097a /mpg123_artsplugin/Makefile.am | |
download | tdemultimedia-e2de64d6f1beb9e492daf5b886e19933c1fa41dd.tar.gz tdemultimedia-e2de64d6f1beb9e492daf5b886e19933c1fa41dd.zip |
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
Diffstat (limited to 'mpg123_artsplugin/Makefile.am')
-rw-r--r-- | mpg123_artsplugin/Makefile.am | 25 |
1 files changed, 25 insertions, 0 deletions
diff --git a/mpg123_artsplugin/Makefile.am b/mpg123_artsplugin/Makefile.am new file mode 100644 index 00000000..15cf345b --- /dev/null +++ b/mpg123_artsplugin/Makefile.am @@ -0,0 +1,25 @@ +# $Id$ + +INCLUDES= -I$(kde_includes)/arts $(all_includes) + +noinst_HEADERS = mpg123PlayObject_impl.h + +lib_LTLIBRARIES = libmpg123arts.la +libmpg123arts_la_COMPILE_FIRST = mpg123arts.h +libmpg123arts_la_SOURCES = mpg123arts.cc mpg123PlayObject_impl.cpp dxhead.c +libmpg123arts_la_LDFLAGS = $(all_libraries) -module -avoid-version -no-undefined +libmpg123arts_la_LIBADD = -lkmedia2_idl -lsoundserver_idl -lartsflow mpg123/libmpg123.la +libmpg123arts_la_METASOURCES = AUTO + +mpg123arts.mcoptype: mpg123arts.h +mpg123arts.mcopclass: mpg123arts.h +mpg123arts.cc mpg123arts.h: $(srcdir)/mpg123arts.idl $(MCOPIDL) + $(MCOPIDL) -t -I$(kde_includes)/arts $(srcdir)/mpg123arts.idl + +mcoptypedir = $(libdir)/mcop +mcoptype_DATA = mpg123arts.mcoptype mpg123arts.mcopclass + +mcopclassdir = $(libdir)/mcop/Arts +mcopclass_DATA = mpg123PlayObject.mcopclass + +SUBDIRS = mpg123 . |