diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-01-26 13:09:38 -0600 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-01-26 13:09:38 -0600 |
commit | a9b566f374517373eb3c0e9785c594024bf25418 (patch) | |
tree | 0d299c8c01a3c1c24cbc53fa0daf8a5e9333c765 /kmymoney2/Makefile.am | |
parent | 6078e14f28ec3b34cc2041cbd8628a1d8420512c (diff) | |
download | kmymoney-a9b566f374517373eb3c0e9785c594024bf25418.tar.gz kmymoney-a9b566f374517373eb3c0e9785c594024bf25418.zip |
Rename a number of libraries and executables to avoid conflicts with KDE4
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 5b52d1f..aa853fe 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_TDECORE) $(LIB_TDEUI) -ltdefx $(LIB_KIO) -lktexteditor $(LIB_KUTILS) +kmymoney2_LDFLAGS = $(all_libraries) $(kde_RPATH) -export-dynamic $(LIB_QT) -lDCOP $(LIB_TDECORE) $(LIB_TDEUI) -ltdefx $(LIB_KIO) -ltdetexteditor $(LIB_KUTILS) # Uncomment the following two lines if you add a ui.rc file for your application to make use of # KDE |