From 1048c4f709440bb51647af5ece46667545490ab8 Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Sat, 26 Jan 2013 13:17:16 -0600 Subject: Rename a number of libraries and executables to avoid conflicts with KDE4 --- ksame/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ksame/Makefile.am') diff --git a/ksame/Makefile.am b/ksame/Makefile.am index 980cc646..a5898aca 100644 --- a/ksame/Makefile.am +++ b/ksame/Makefile.am @@ -3,7 +3,7 @@ bin_PROGRAMS = ksame INCLUDES = -I$(top_srcdir)/libtdegames -I$(top_srcdir)/libtdegames/highscore $(all_includes) ksame_SOURCES= main.cpp StoneField.cpp StoneWidget.cpp KSameWidget.cpp -ksame_LDFLAGS = $(all_libraries) $(KDE_RPATH) $(LIB_QT) -lDCOP $(LIB_TDECORE) $(LIB_TDEUI) -ltdefx $(LIB_KIO) -lktexteditor +ksame_LDFLAGS = $(all_libraries) $(KDE_RPATH) $(LIB_QT) -lDCOP $(LIB_TDECORE) $(LIB_TDEUI) -ltdefx $(LIB_KIO) -ltdetexteditor ksame_LDADD = $(LIB_TDEGAMES) $(LIB_KIO) ksame_DEPENDENCIES = $(LIB_TDEGAMES_DEP) -- cgit v1.2.1