From 793cf2dff35dffe3ec4c7b24252947dde758a1b2 Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Sun, 27 Jan 2013 01:04:32 -0600 Subject: Rename a number of libraries and executables to avoid conflicts with KDE4 --- noatun/Makefile.am | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'noatun/Makefile.am') 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 -- cgit v1.2.1