diff options
Diffstat (limited to 'kpoker')
-rw-r--r-- | kpoker/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kpoker/Makefile.am b/kpoker/Makefile.am index 92c6edcd..1d32b82d 100644 --- a/kpoker/Makefile.am +++ b/kpoker/Makefile.am @@ -7,7 +7,7 @@ KDE_ICON = kpoker bin_PROGRAMS = kpoker kpoker_SOURCES = kpoker.cpp kpaint.cpp top.cpp main.cpp betbox.cpp \ optionsdlg.cpp player.cpp playerbox.cpp newgamedlg.cpp poker.cpp -kpoker_LDFLAGS = $(all_libraries) $(KDE_RPATH) $(LIB_QT) -lDCOP $(LIB_TDECORE) $(LIB_TDEUI) -ltdefx $(LIB_TDEIO) -ltdetexteditor +kpoker_LDFLAGS = $(all_libraries) $(KDE_RPATH) $(LIB_TQT) -lDCOP $(LIB_TDECORE) $(LIB_TDEUI) -ltdefx $(LIB_TDEIO) -ltdetexteditor kpoker_LDADD = $(LIB_TDEGAMES) kpoker_DEPENDENCIES = $(LIB_TDEGAMES_DEP) |