diff options
Diffstat (limited to 'kasteroids')
-rw-r--r-- | kasteroids/ChangeLog | 2 | ||||
-rw-r--r-- | kasteroids/Makefile.am | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/kasteroids/ChangeLog b/kasteroids/ChangeLog index ccccd0c2..ccec02a1 100644 --- a/kasteroids/ChangeLog +++ b/kasteroids/ChangeLog @@ -25,7 +25,7 @@ Version 0.3.1 Also the cool shield graphics. Verison 0.2.0 - * [Martin Jones] Use QwSpriteField-1.4 from kdesupport + * [Martin Jones] Use QwSpriteField-1.4 from tdesupport * [Martin Jones] Preliminary sound support Version 0.1.0 diff --git a/kasteroids/Makefile.am b/kasteroids/Makefile.am index d7c2de53..9d7a8064 100644 --- a/kasteroids/Makefile.am +++ b/kasteroids/Makefile.am @@ -5,7 +5,7 @@ METASOURCES = AUTO bin_PROGRAMS = kasteroids kasteroids_SOURCES = main.cpp view.cpp ledmeter.cpp toplevel.cpp settings.kcfgc -kasteroids_LDFLAGS = $(all_libraries) $(KDE_RPATH) $(LIB_QT) -lDCOP $(LIB_KDECORE) $(LIB_KDEUI) -lkdefx $(LIB_KIO) -lktexteditor +kasteroids_LDFLAGS = $(all_libraries) $(KDE_RPATH) $(LIB_QT) -lDCOP $(LIB_KDECORE) $(LIB_KDEUI) -ltdefx $(LIB_KIO) -lktexteditor kasteroids_LDADD = $(LIB_KDEGAMES) -lsoundserver_idl -lqtmcop kasteroids_DEPENDENCIES = $(LIB_KDEGAMES_DEP) |