diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2011-11-06 02:30:28 -0600 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2011-11-06 02:30:28 -0600 |
commit | 6c8fc8ddd81bcb8ff1828dbffbd181b905c6331e (patch) | |
tree | 8080429757735c3d44ba751e27cdd5eae9a0086e /kasteroids | |
parent | 63ff55ddadbe2163282315b121104b7202ace784 (diff) | |
download | tdegames-6c8fc8ddd81bcb8ff1828dbffbd181b905c6331e.tar.gz tdegames-6c8fc8ddd81bcb8ff1828dbffbd181b905c6331e.zip |
Additional kde to tde renaming
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) |