diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-01-29 23:32:23 -0600 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-01-29 23:32:23 -0600 |
commit | b0cf06e10426777a6509060e34d36874a7900da4 (patch) | |
tree | 84e10718f5febfe7fe1bf3519025f2508adb094d /kppp/logview/Makefile.am | |
parent | 2175556075a8202321ab0cc59bc89a62cf502b81 (diff) | |
download | tdenetwork-b0cf06e10426777a6509060e34d36874a7900da4.tar.gz tdenetwork-b0cf06e10426777a6509060e34d36874a7900da4.zip |
Rename a few build variables for overall consistency
Diffstat (limited to 'kppp/logview/Makefile.am')
-rw-r--r-- | kppp/logview/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kppp/logview/Makefile.am b/kppp/logview/Makefile.am index 67301cd5..13be319f 100644 --- a/kppp/logview/Makefile.am +++ b/kppp/logview/Makefile.am @@ -33,7 +33,7 @@ kppplogview_LDFLAGS = $(all_libraries) $(KDE_RPATH) $(LIB_QT) $(LIB_TDECORE) # the libraries to link against. Be aware of the order. First the libraries, # that depend on the following ones. -kppplogview_LDADD = -lm $(LIB_TDEUI) $(LIB_KFILE) +kppplogview_LDADD = -lm $(LIB_TDEUI) $(LIB_TDEFILE) # this option you can leave out. Just, if you use "make dist", you need it noinst_HEADERS = export.h loginfo.h log.h monthly.h main.h |