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 /kreversi/Makefile.am | |
parent | 63ff55ddadbe2163282315b121104b7202ace784 (diff) | |
download | tdegames-6c8fc8ddd81bcb8ff1828dbffbd181b905c6331e.tar.gz tdegames-6c8fc8ddd81bcb8ff1828dbffbd181b905c6331e.zip |
Additional kde to tde renaming
Diffstat (limited to 'kreversi/Makefile.am')
-rw-r--r-- | kreversi/Makefile.am | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/kreversi/Makefile.am b/kreversi/Makefile.am index 3124c5f2..17199dfc 100644 --- a/kreversi/Makefile.am +++ b/kreversi/Makefile.am @@ -18,7 +18,7 @@ kreversi_SOURCES = \ kreversi.cpp \ main.cpp \ prefs.kcfgc -kreversi_LDFLAGS = $(all_libraries) $(KDE_RPATH) $(LIB_QT) -lDCOP $(LIB_KDECORE) $(LIB_KDEUI) -lkdefx $(LIB_KIO) -lktexteditor +kreversi_LDFLAGS = $(all_libraries) $(KDE_RPATH) $(LIB_QT) -lDCOP $(LIB_KDECORE) $(LIB_KDEUI) -ltdefx $(LIB_KIO) -lktexteditor kreversi_LDADD = $(LIB_KDEGAMES) $(LIB_KIO) kreversi_DEPENDENCIES = $(LIB_KDEGAMES_DEP) @@ -65,7 +65,7 @@ install-data-local: echo "" ;\ echo "If the system-wide highscore file does not exist, it is" ;\ echo "created with the correct ownership and permissions. See the" ;\ - echo "INSTALL file in \"kdegames/libtdegames/highscore\" for details." ;\ + echo "INSTALL file in \"tdegames/libtdegames/highscore\" for details." ;\ echo "" ;\ echo "********************************************************" ;\ fi |