diff options
author | Slávek Banko <slavek.banko@axis.cz> | 2013-09-03 20:02:08 +0200 |
---|---|---|
committer | Slávek Banko <slavek.banko@axis.cz> | 2013-09-03 20:59:22 +0200 |
commit | efaf922de86715600306cb97cc13b044f815d6b6 (patch) | |
tree | 554e0edca7cd62a234d4a89b195cf0069a0556e1 /keduca/keducabuilder | |
parent | 98055e6ab9673fdeb24a8e1b81786aaae81bda20 (diff) | |
download | tdeedu-efaf922de86715600306cb97cc13b044f815d6b6.tar.gz tdeedu-efaf922de86715600306cb97cc13b044f815d6b6.zip |
Additional k => tde renaming and fixes
Diffstat (limited to 'keduca/keducabuilder')
-rw-r--r-- | keduca/keducabuilder/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/keduca/keducabuilder/Makefile.am b/keduca/keducabuilder/Makefile.am index 84ae5186..160d29c1 100644 --- a/keduca/keducabuilder/Makefile.am +++ b/keduca/keducabuilder/Makefile.am @@ -23,7 +23,7 @@ INCLUDES= -I../libkeduca $(all_includes) METASOURCES = AUTO # the library search path. -keducabuilder_LDFLAGS = $(all_libraries) $(KDE_RPATH) $(LIB_QT) -lDCOP $(LIB_TDECORE) $(LIB_TDEUI) -ltdefx $(LIB_KIO) -ltdetexteditor +keducabuilder_LDFLAGS = $(all_libraries) $(KDE_RPATH) $(LIB_QT) -lDCOP $(LIB_TDECORE) $(LIB_TDEUI) -ltdefx $(LIB_TDEIO) -ltdetexteditor # Uncomment the following two lines if you add a ui.rc file for your application to make use of # KDE´s XML GUI builing |