diff options
author | Michele Calgaro <[email protected]> | 2018-09-17 23:20:31 +0900 |
---|---|---|
committer | Michele Calgaro <[email protected]> | 2018-09-17 23:20:31 +0900 |
commit | aaceac54adb296f12cfd25639d00d9ba21d1bdaf (patch) | |
tree | 6da2587fa47e09a1d2d205c6fed9a1215d3ecf95 /tar/Makefile.am | |
parent | 9390cdb668b2ba0f84db48646973dcc8af420fcf (diff) | |
download | krusader-aaceac54adb296f12cfd25639d00d9ba21d1bdaf.tar.gz krusader-aaceac54adb296f12cfd25639d00d9ba21d1bdaf.zip |
LIB_QT -> LIB_TQT conversion to align to updated admin module
Signed-off-by: Michele Calgaro <[email protected]>
Diffstat (limited to 'tar/Makefile.am')
-rw-r--r-- | tar/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tar/Makefile.am b/tar/Makefile.am index 4d2ed23..b6180d9 100644 --- a/tar/Makefile.am +++ b/tar/Makefile.am @@ -1,7 +1,7 @@ ## Makefile.am of tdebase/tdeioslave/tar INCLUDES = $(all_includes) -AM_LDFLAGS = $(all_libraries) $(KDE_RPATH) $(LIB_QT) -lDCOP $(LIB_TDECORE) $(LIB_TDEUI) -ltdefx $(LIB_TDEIO) -ltdetexteditor +AM_LDFLAGS = $(all_libraries) $(KDE_RPATH) $(LIB_TQT) -lDCOP $(LIB_TDECORE) $(LIB_TDEUI) -ltdefx $(LIB_TDEIO) -ltdetexteditor METASOURCES = AUTO kde_module_LTLIBRARIES = tdeio_tar.la |