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 /audiofile_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 'audiofile_artsplugin/Makefile.am')
-rw-r--r-- | audiofile_artsplugin/Makefile.am | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/audiofile_artsplugin/Makefile.am b/audiofile_artsplugin/Makefile.am new file mode 100644 index 00000000..c5209797 --- /dev/null +++ b/audiofile_artsplugin/Makefile.am @@ -0,0 +1,23 @@ +INCLUDES= -I$(kde_includes)/arts $(all_includes) + +noinst_HEADERS = audiofilePlayObjectI.h + +lib_LTLIBRARIES = libarts_audiofile.la +libarts_audiofile_la_COMPILE_FIRST = audiofilearts.h +libarts_audiofile_la_SOURCES = audiofilearts.cc audiofilePlayObjectI.cpp +libarts_audiofile_la_LDFLAGS = $(all_libraries) -module -no-undefined +libarts_audiofile_la_LIBADD = -lkmedia2_idl -lsoundserver_idl -lartsflow -laudiofile +libarts_audiofile_la_METASOURCES = AUTO + +audiofilearts.mcopclass: audiofilearts.h +audiofilearts.mcoptype: audiofilearts.h +audiofilearts.cc audiofilearts.h: $(srcdir)/audiofilearts.idl $(MCOPIDL) + $(MCOPIDL) -t -I$(kde_includes)/arts $(srcdir)/audiofilearts.idl + +mcoptypedir = $(libdir)/mcop +mcoptype_DATA = audiofilearts.mcoptype audiofilearts.mcopclass + +mcopclassdir = $(libdir)/mcop/Arts +mcopclass_DATA = audiofilePlayObject.mcopclass + +CLEANFILES=audiofilearts.h audiofilearts.cc audiofilearts.mcopclass audiofilearts.mcoptype |