diff options
Diffstat (limited to 'noatun/Makefile.am')
-rw-r--r-- | noatun/Makefile.am | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/noatun/Makefile.am b/noatun/Makefile.am index 91b80b87..032bdf3d 100644 --- a/noatun/Makefile.am +++ b/noatun/Makefile.am @@ -1,4 +1,4 @@ -INCLUDES = -I$(kde_includes)/kio -I$(top_srcdir)/noatun/library -I$(kde_includes)/arts $(all_includes) +INCLUDES = -I$(kde_includes)/tdeio -I$(top_srcdir)/noatun/library -I$(kde_includes)/arts $(all_includes) SUBDIRS = pics library app . modules @@ -9,11 +9,11 @@ xdg_apps_DATA = noatun.desktop presetsdir = $(kde_datadir)/noatun/eq.preset presets_DATA = preset.dance preset.jazz preset.metal preset.trance preset.zero -updatedir = $(kde_datadir)/kconf_update +updatedir = $(kde_datadir)/tdeconf_update update_DATA = noatun.upd -kconfdir = $(libdir)/kconf_update_bin -kconf_PROGRAMS = noatun20update +tdeconfdir = $(libdir)/tdeconf_update_bin +tdeconf_PROGRAMS = noatun20update noatun20update_SOURCES = noatun20update.cpp noatun20update_LDFLAGS = $(all_libraries) $(KDE_RPATH) $(LIB_QT) -lDCOP $(LIB_TDECORE) $(LIB_TDEUI) -ltdefx $(LIB_KIO) -ltdetexteditor |