diff options
author | Timothy Pearson <[email protected]> | 2013-01-29 23:25:50 -0600 |
---|---|---|
committer | Timothy Pearson <[email protected]> | 2013-01-29 23:25:50 -0600 |
commit | d598bcfeef20243e292a4786b6a0e1ab783ee08d (patch) | |
tree | 1fcbe7a6cc5bd39f64b9e2dc59e7f583585ad741 /plugin | |
parent | 15971ac66c8eb2bbe275c6b63e3946ba114cd0c8 (diff) | |
download | smb4k-d598bcfeef20243e292a4786b6a0e1ab783ee08d.tar.gz smb4k-d598bcfeef20243e292a4786b6a0e1ab783ee08d.zip |
Rename a few build variables for overall consistency
Diffstat (limited to 'plugin')
-rw-r--r-- | plugin/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugin/Makefile.am b/plugin/Makefile.am index 0e595c1..203fa65 100644 --- a/plugin/Makefile.am +++ b/plugin/Makefile.am @@ -5,7 +5,7 @@ konqsidebar_smb4k_la_SOURCES = smb4k_konqplugin.cpp konqsidebar_smb4k_la_LDFLAGS = -module $(all_libraries) \ -L$(top_builddir)/smb4k/core -L$(topbuild_dir)/smb4k/widgets -lkonqsidebarplugin konqsidebar_smb4k_la_LIBADD = $(top_builddir)/smb4k/core/libsmb4kcore.la \ - $(KDE_PLUGIN) $(LIB_KFILE) $(LIB_KPARTS) $(LIB_QT) $(LIB_TDECORE) \ + $(KDE_PLUGIN) $(LIB_TDEFILE) $(LIB_KPARTS) $(LIB_QT) $(LIB_TDECORE) \ $(LIB_TDEUI) globaladddir = $(kde_datadir)/konqsidebartng/add |