From 5cba27652d2c311bc4ef391e0db292646d617179 Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Tue, 29 Jan 2013 23:22:43 -0600 Subject: Rename a few build variables for overall consistency --- kexi/formeditor/tdevelop_plugin/Makefile.am | 2 +- kexi/formeditor/test/Makefile.am | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'kexi/formeditor') diff --git a/kexi/formeditor/tdevelop_plugin/Makefile.am b/kexi/formeditor/tdevelop_plugin/Makefile.am index 62507e9c..6149421e 100644 --- a/kexi/formeditor/tdevelop_plugin/Makefile.am +++ b/kexi/formeditor/tdevelop_plugin/Makefile.am @@ -9,7 +9,7 @@ kde_module_LTLIBRARIES = libkformdesigner_kdev_part.la libkformdesigner_kdev_part_la_SOURCES = kfd_kdev_part.cpp libkformdesigner_kdev_part_la_LDFLAGS = -module $(KDE_PLUGIN) $(VER_INFO) $(all_libraries) libkformdesigner_kdev_part_la_LIBADD = $(top_builddir)/kexi/formeditor/libkformdesigner.la \ - -lkinterfacedesigner $(LIB_KFILE) + -lkinterfacedesigner $(LIB_TDEFILE) # this is where the desktop file will go partdesktopdir = $(kde_servicesdir) diff --git a/kexi/formeditor/test/Makefile.am b/kexi/formeditor/test/Makefile.am index 1c022c2d..f1a56307 100644 --- a/kexi/formeditor/test/Makefile.am +++ b/kexi/formeditor/test/Makefile.am @@ -33,7 +33,7 @@ kde_module_LTLIBRARIES = libkformdesigner_part.la libkformdesigner_part_la_SOURCES = kfd_part.cpp libkformdesigner_part_la_LDFLAGS = -module $(KDE_PLUGIN) $(all_libraries) $(VER_INFO) -libkformdesigner_part_la_LIBADD = $(top_builddir)/kexi/formeditor/libkformdesigner.la $(LIB_KFILE) +libkformdesigner_part_la_LIBADD = $(top_builddir)/kexi/formeditor/libkformdesigner.la $(LIB_TDEFILE) # this is where the desktop file will go partdesktopdir = $(kde_servicesdir) -- cgit v1.2.1