diff options
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 |