diff options
author | Michele Calgaro <[email protected]> | 2018-09-17 23:20:14 +0900 |
---|---|---|
committer | Michele Calgaro <[email protected]> | 2018-09-17 23:20:14 +0900 |
commit | 473b379f628eaa422c46d1fe6fadadc85eb1409b (patch) | |
tree | 6d5dc3fec5964d8dca5dea6fe3e45f1dcbcc4e96 /cert-updater | |
parent | b8deb39ffca835e9057eeb6b4c62a6e62a92fe76 (diff) | |
download | kcmldapcontroller-473b379f628eaa422c46d1fe6fadadc85eb1409b.tar.gz kcmldapcontroller-473b379f628eaa422c46d1fe6fadadc85eb1409b.zip |
LIB_QT -> LIB_TQT conversion to align to updated admin module
Signed-off-by: Michele Calgaro <[email protected]>
Diffstat (limited to 'cert-updater')
-rw-r--r-- | cert-updater/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cert-updater/Makefile.am b/cert-updater/Makefile.am index bf6707a..3e671a4 100644 --- a/cert-updater/Makefile.am +++ b/cert-updater/Makefile.am @@ -5,6 +5,6 @@ bin_PROGRAMS = primaryrccertupdater primaryrccertupdater_SOURCES = main.cpp primaryrccertupdater_METASOURCES = AUTO -primaryrccertupdater_LDFLAGS = $(all_libraries) $(KDE_RPATH) $(LIB_QT) -lDCOP $(LIB_TDECORE) $(LIB_TDEUI) -ltdefx $(LIB_TDEIO) -ltdetexteditor -ltdeldap $(KRB5_LIBS) +primaryrccertupdater_LDFLAGS = $(all_libraries) $(KDE_RPATH) $(LIB_TQT) -lDCOP $(LIB_TDECORE) $(LIB_TDEUI) -ltdefx $(LIB_TDEIO) -ltdetexteditor -ltdeldap $(KRB5_LIBS) KDE_OPTIONS = nofinal
\ No newline at end of file |