summaryrefslogtreecommitdiffstats
path: root/ksokoban
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2013-01-26 13:17:16 -0600
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2013-01-26 13:17:16 -0600
commit1048c4f709440bb51647af5ece46667545490ab8 (patch)
tree851fb2b152218069f4a83c468ccd88f292ce0650 /ksokoban
parenta8333c4f4e4f6b842a9843efdfb47f1f278467e0 (diff)
downloadtdegames-1048c4f709440bb51647af5ece46667545490ab8.tar.gz
tdegames-1048c4f709440bb51647af5ece46667545490ab8.zip
Rename a number of libraries and executables to avoid conflicts with KDE4
Diffstat (limited to 'ksokoban')
-rw-r--r--ksokoban/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/ksokoban/Makefile.am b/ksokoban/Makefile.am
index 0156c76f..40a41546 100644
--- a/ksokoban/Makefile.am
+++ b/ksokoban/Makefile.am
@@ -4,7 +4,7 @@ SUBDIRS=levels data images
bin_PROGRAMS = ksokoban
ksokoban_SOURCES = Bookmark.cpp History.cpp HtmlPrinter.cpp ImageData.cpp InternalCollections.cpp LevelCollection.cpp LevelMap.cpp MainWindow.cpp Map.cpp MapDelta.cpp ModalLabel.cpp Move.cpp MoveSequence.cpp PathFinder.cpp PlayField.cpp StaticImage.cpp main.cpp
-ksokoban_LDFLAGS = $(all_libraries) $(KDE_RPATH) $(LIB_QT) -lDCOP $(LIB_TDECORE) $(LIB_TDEUI) -ltdefx $(LIB_KIO) -lktexteditor
+ksokoban_LDFLAGS = $(all_libraries) $(KDE_RPATH) $(LIB_QT) -lDCOP $(LIB_TDECORE) $(LIB_TDEUI) -ltdefx $(LIB_KIO) -ltdetexteditor
ksokoban_LDADD = $(LIB_KIO)
noinst_HEADERS = Bookmark.h History.h HtmlPrinter.h ImageData.h InternalCollections.h LevelCollection.h LevelMap.h MainWindow.h Map.h MapDelta.h ModalLabel.h Move.h MoveSequence.h PathFinder.h PlayField.h Queue.h StaticImage.h