diff options
Diffstat (limited to 'kolf/Makefile.am.fast')
-rw-r--r-- | kolf/Makefile.am.fast | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kolf/Makefile.am.fast b/kolf/Makefile.am.fast index 6085f2d8..02b9d5c0 100644 --- a/kolf/Makefile.am.fast +++ b/kolf/Makefile.am.fast @@ -4,7 +4,7 @@ INCLUDES=-I$(top_srcdir)/libtdegames $(all_includes) kolf_SOURCES=main.cpp kolf.cpp game.cpp canvasitem.cpp ball.cpp newgame.cpp config.cpp scoreboard.cpp editor.cpp pluginloader.cpp object.cpp vector.cpp printdialogpage.cpp kcomboboxdialog.cpp kvolumecontrol.cpp floater.cpp slope.cpp kolf_LDFLAGS=$(all_libraries) $(KDE_RPATH) -export-dynamic -kolf_LDADD=$(top_builddir)/libtdegames/libtdegames.la $(LIB_KDEPRINT) $(LIB_KIO) -lartskde +kolf_LDADD=$(top_builddir)/libtdegames/libtdegames.la $(LIB_TDEPRINT) $(LIB_KIO) -lartskde EXTRA_DIST=kolf.desktop |