diff options
author | Timothy Pearson <[email protected]> | 2011-11-06 02:19:51 -0600 |
---|---|---|
committer | Timothy Pearson <[email protected]> | 2011-11-06 02:19:51 -0600 |
commit | 81acac93538aab69846ea09084083a3990f8b844 (patch) | |
tree | ccbd5bc3d4b096ad3f92dfd151a4b1247d859848 /kmymoney2/Makefile.am | |
parent | 3b321eec6cb02e221def80b6e708e3f7483c62df (diff) | |
download | kmymoney-81acac93538aab69846ea09084083a3990f8b844.tar.gz kmymoney-81acac93538aab69846ea09084083a3990f8b844.zip |
Additional kde to tde renaming
Diffstat (limited to 'kmymoney2/Makefile.am')
-rw-r--r-- | kmymoney2/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kmymoney2/Makefile.am b/kmymoney2/Makefile.am index 1e39e16..2bfb0df 100644 --- a/kmymoney2/Makefile.am +++ b/kmymoney2/Makefile.am @@ -99,7 +99,7 @@ INCLUDES= $(all_includes) -I$(top_srcdir) -I. -I$(top_builddir)/kmymoney2/dialog METASOURCES = AUTO # the library search path. -kmymoney2_LDFLAGS = $(all_libraries) $(kde_RPATH) -export-dynamic $(LIB_QT) -lDCOP $(LIB_KDECORE) $(LIB_KDEUI) -lkdefx $(LIB_KIO) -lktexteditor $(LIB_KUTILS) +kmymoney2_LDFLAGS = $(all_libraries) $(kde_RPATH) -export-dynamic $(LIB_QT) -lDCOP $(LIB_KDECORE) $(LIB_KDEUI) -ltdefx $(LIB_KIO) -lktexteditor $(LIB_KUTILS) # Uncomment the following two lines if you add a ui.rc file for your application to make use of # KDE |