diff options
author | tpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da> | 2009-12-15 20:31:18 +0000 |
---|---|---|
committer | tpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da> | 2009-12-15 20:31:18 +0000 |
commit | b00800d31c59fc4dc0028143bef4392af3a7fc55 (patch) | |
tree | e72cd3c44ad259760b87350750ce4b287d465189 /noatun | |
parent | e2de64d6f1beb9e492daf5b886e19933c1fa41dd (diff) | |
download | tdemultimedia-b00800d31c59fc4dc0028143bef4392af3a7fc55.tar.gz tdemultimedia-b00800d31c59fc4dc0028143bef4392af3a7fc55.zip |
* libtunepimp updates
* kmix fixes
* noatun automake patch
* juk configuration dialog enhancements
* hide aRTS menu entries
git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdemultimedia@1062736 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
Diffstat (limited to 'noatun')
-rw-r--r-- | noatun/Makefile.am | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/noatun/Makefile.am b/noatun/Makefile.am index bb024d36..2dd06107 100644 --- a/noatun/Makefile.am +++ b/noatun/Makefile.am @@ -11,7 +11,9 @@ presets_DATA = preset.dance preset.jazz preset.metal preset.trance preset.zero updatedir = $(kde_datadir)/kconf_update update_DATA = noatun.upd -update_PROGRAMS = noatun20update + +kconfdir = $(libdir)/kconf_update_bin +kconf_PROGRAMS = noatun20update noatun20update_SOURCES = noatun20update.cpp noatun20update_LDFLAGS = $(all_libraries) $(KDE_RPATH) |