diff options
| author | Michele Calgaro <michele.calgaro@yahoo.it> | 2018-09-17 23:20:44 +0900 |
|---|---|---|
| committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2018-09-17 23:20:44 +0900 |
| commit | 7f8a40283b0e35835c480907b3534a8d831e6c28 (patch) | |
| tree | 33a01732fc2bc19329a87131b5c1ce491fb5d70b /src/Makefile.am | |
| parent | e9a91adac1bac5caf692311f0f901d0a72fb8889 (diff) | |
| download | tdeio-umountwrapper-7f8a4028.tar.gz tdeio-umountwrapper-7f8a4028.zip | |
LIB_QT -> LIB_TQT conversion to align to updated admin module
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'src/Makefile.am')
| -rw-r--r-- | src/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Makefile.am b/src/Makefile.am index ed8b44e..b4255bf 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -22,6 +22,6 @@ bin_PROGRAMS = tdeio_umountwrapper # the application source, library search path, and link libraries tdeio_umountwrapper_SOURCES = main.cpp tdeio_umountwrapper.cpp -tdeio_umountwrapper_LDFLAGS = $(all_libraries) $(KDE_RPATH) $(LIB_QT) -lDCOP $(LIB_TDECORE) $(LIB_TDEUI) -ltdefx $(LIB_TDEIO) -ltdetexteditor +tdeio_umountwrapper_LDFLAGS = $(all_libraries) $(KDE_RPATH) $(LIB_TQT) -lDCOP $(LIB_TDECORE) $(LIB_TDEUI) -ltdefx $(LIB_TDEIO) -ltdetexteditor tdeio_umountwrapper_LDADD = $(LIB_TDEUI) |
