diff options
author | Timothy Pearson <[email protected]> | 2013-01-26 13:17:16 -0600 |
---|---|---|
committer | Timothy Pearson <[email protected]> | 2013-01-26 13:17:16 -0600 |
commit | 1048c4f709440bb51647af5ece46667545490ab8 (patch) | |
tree | 851fb2b152218069f4a83c468ccd88f292ce0650 /kmahjongg/Makefile.am | |
parent | a8333c4f4e4f6b842a9843efdfb47f1f278467e0 (diff) | |
download | tdegames-1048c4f709440bb51647af5ece46667545490ab8.tar.gz tdegames-1048c4f709440bb51647af5ece46667545490ab8.zip |
Rename a number of libraries and executables to avoid conflicts with KDE4
Diffstat (limited to 'kmahjongg/Makefile.am')
-rw-r--r-- | kmahjongg/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kmahjongg/Makefile.am b/kmahjongg/Makefile.am index 870d8e15..2ff5492c 100644 --- a/kmahjongg/Makefile.am +++ b/kmahjongg/Makefile.am @@ -8,7 +8,7 @@ kmahjongg_SOURCES = main.cpp kmahjongg.cpp boardwidget.cpp \ Tileset.cpp BoardLayout.cpp GameTimer.cpp \ Background.cpp Preview.cpp prefs.kcfgc \ Editor.cpp HighScore.cpp settings.ui -kmahjongg_LDFLAGS = $(all_libraries) $(KDE_RPATH) $(LIB_QT) -lDCOP $(LIB_TDECORE) $(LIB_TDEUI) -ltdefx $(LIB_KIO) -lktexteditor +kmahjongg_LDFLAGS = $(all_libraries) $(KDE_RPATH) $(LIB_QT) -lDCOP $(LIB_TDECORE) $(LIB_TDEUI) -ltdefx $(LIB_KIO) -ltdetexteditor kmahjongg_LDADD = $(LIB_TDEGAMES) $(LIB_KFILE) kmahjongg_DEPENDENCIES = $(LIB_TDEGAMES_DEP) |