diff options
author | tpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da> | 2011-10-11 07:13:47 +0000 |
---|---|---|
committer | tpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da> | 2011-10-11 07:13:47 +0000 |
commit | 34b141e9ffa83ad1bf0c1f4e10eab939131b40e8 (patch) | |
tree | b91016421f5141d40b9cc7ef9330eb173d5f8569 /ktron | |
parent | 9b81b308254a1fea02dc01d939626d7b97eddf1f (diff) | |
download | tdegames-ea6422c3232461cd16cd80d20acd739548bfb65f.tar.gz tdegames-ea6422c3232461cd16cd80d20acd739548bfb65f.zip |
Fix kdegames compilation under oneiricv3.5.13
git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdegames@1258286 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
Diffstat (limited to 'ktron')
-rw-r--r-- | ktron/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ktron/Makefile.am b/ktron/Makefile.am index e7629bd2..6959bc3f 100644 --- a/ktron/Makefile.am +++ b/ktron/Makefile.am @@ -4,7 +4,7 @@ bin_PROGRAMS = ktron INCLUDES = -I$(top_srcdir)/libkdegames $(all_includes) ktron_SOURCES = ai.ui appearance.ui general.ui tron.cpp player.cpp ktron.cpp main.cpp settings.kcfgc -ktron_LDFLAGS = $(all_libraries) $(KDE_RPATH) +ktron_LDFLAGS = $(all_libraries) $(KDE_RPATH) $(LIB_QT) -lDCOP $(LIB_KDECORE) $(LIB_KDEUI) $(LIB_KIO) ktron_LDADD = $(LIB_KIO) $(LIB_KDEGAMES) ktron_DEPENDENCIES = $(LIB_KDEGAMES_DEP) |