diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-01-26 13:17:16 -0600 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-01-26 13:17:16 -0600 |
commit | 1048c4f709440bb51647af5ece46667545490ab8 (patch) | |
tree | 851fb2b152218069f4a83c468ccd88f292ce0650 /lskat | |
parent | a8333c4f4e4f6b842a9843efdfb47f1f278467e0 (diff) | |
download | tdegames-1048c4f709440bb51647af5ece46667545490ab8.tar.gz tdegames-1048c4f709440bb51647af5ece46667545490ab8.zip |
Rename a number of libraries and executables to avoid conflicts with KDE4
Diffstat (limited to 'lskat')
-rw-r--r-- | lskat/lskat/Makefile.am | 2 | ||||
-rw-r--r-- | lskat/lskatproc/Makefile.am | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/lskat/lskat/Makefile.am b/lskat/lskat/Makefile.am index c5116694..3f04d16b 100644 --- a/lskat/lskat/Makefile.am +++ b/lskat/lskat/Makefile.am @@ -10,7 +10,7 @@ INCLUDES = -I$(top_srcdir)/libtdegames $(all_includes) METASOURCES = AUTO -lskat_LDFLAGS = $(all_libraries) $(KDE_RPATH) $(LIB_QT) -lDCOP $(LIB_TDECORE) $(LIB_TDEUI) -ltdefx $(LIB_KIO) -lktexteditor +lskat_LDFLAGS = $(all_libraries) $(KDE_RPATH) $(LIB_QT) -lDCOP $(LIB_TDECORE) $(LIB_TDEUI) -ltdefx $(LIB_KIO) -ltdetexteditor rcdir = $(kde_datadir)/lskat rc_DATA = lskatui.rc diff --git a/lskat/lskatproc/Makefile.am b/lskat/lskatproc/Makefile.am index c63ae9ee..41fbe62a 100644 --- a/lskat/lskatproc/Makefile.am +++ b/lskat/lskatproc/Makefile.am @@ -10,4 +10,4 @@ INCLUDES= $(all_includes) METASOURCES = AUTO # the library search path. -lskatproc_LDFLAGS = $(all_libraries) $(KDE_RPATH) $(LIB_QT) -lDCOP $(LIB_TDECORE) $(LIB_TDEUI) -ltdefx $(LIB_KIO) -lktexteditor +lskatproc_LDFLAGS = $(all_libraries) $(KDE_RPATH) $(LIB_QT) -lDCOP $(LIB_TDECORE) $(LIB_TDEUI) -ltdefx $(LIB_KIO) -ltdetexteditor |