diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-01-29 23:33:25 -0600 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-01-29 23:33:25 -0600 |
commit | 3c7f8593b286a51ef39d5cab6c3ef6c6d17e6bd3 (patch) | |
tree | 1825c0e449166f65748cddbaea352afe54ebd848 /languages/cpp/app_templates/kpartapp | |
parent | d7980e6978dc11204d685f6088408cc1a8fc8cd7 (diff) | |
download | tdevelop-3c7f8593b286a51ef39d5cab6c3ef6c6d17e6bd3.tar.gz tdevelop-3c7f8593b286a51ef39d5cab6c3ef6c6d17e6bd3.zip |
Rename a few build variables for overall consistency
Diffstat (limited to 'languages/cpp/app_templates/kpartapp')
-rw-r--r-- | languages/cpp/app_templates/kpartapp/src-Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/languages/cpp/app_templates/kpartapp/src-Makefile.am b/languages/cpp/app_templates/kpartapp/src-Makefile.am index 97b007a1..3864442d 100644 --- a/languages/cpp/app_templates/kpartapp/src-Makefile.am +++ b/languages/cpp/app_templates/kpartapp/src-Makefile.am @@ -42,7 +42,7 @@ kde_module_LTLIBRARIES = lib%{APPNAMELC}part.la # the Part's source, library search path, and link libraries lib%{APPNAMELC}part_la_SOURCES = %{APPNAMELC}_part.cpp lib%{APPNAMELC}part_la_LDFLAGS = -module -avoid-version -no-undefined $(KDE_PLUGIN) $(all_libraries) $(LIB_QT) $(LIB_TDECORE) $(LIB_TDEUI) $(LIB_KPARTS) $(LIB_KIO) -lib%{APPNAMELC}part_la_LIBADD = $(LIB_KPARTS) $(LIB_KFILE) +lib%{APPNAMELC}part_la_LIBADD = $(LIB_KPARTS) $(LIB_TDEFILE) # this is where the desktop file will go partdesktopdir = $(kde_servicesdir) |