diff options
author | Mavridis Philippe <mavridisf@gmail.com> | 2021-03-30 14:12:55 +0300 |
---|---|---|
committer | Mavridis Philippe <mavridisf@gmail.com> | 2021-03-30 14:12:55 +0300 |
commit | 29129afdb289a6e17146cc69867c95e0758cf4aa (patch) | |
tree | d90be4b9eacb21907508e0f2cfc7c51fddea5671 /src/Makefile.am | |
parent | d991b7f387775dc1071fb0c0af78de1c613ca991 (diff) | |
download | kompose-29129afdb289a6e17146cc69867c95e0758cf4aa.tar.gz kompose-29129afdb289a6e17146cc69867c95e0758cf4aa.zip |
KDE3->TDE conversion
Signed-off-by: Mavridis Philippe <mavridisf@gmail.com>
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 77d2354..b9dc0ea 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -32,7 +32,7 @@ kompose_SOURCES = main.cpp kompose.cpp komposetaskmanager.cpp komposetask.cpp \ komposetaskvisualizer.cpp komposeviewmanager.cpp komposedcopiface.skel #kompose_LDFLAGS = $(KDE_RPATH) $(all_libraries) -lX11 -lXext -lm `pkg-config xft xrender xcomposite xdamage xfixes --libs` `imlib2-config --libs` kompose_LDFLAGS = $(KDE_RPATH) $(all_libraries) -lX11 -lXext -lm `imlib2-config --libs` -kompose_LDADD = $(LIB_KDEUI) $(LIB_XCOMPOSITE) $(LIB_XDAMAGE) +kompose_LDADD = $(LIB_TDEUI) $(LIB_XCOMPOSITE) $(LIB_XDAMAGE) # this is where the desktop file will go shelldesktopdir = $(kde_appsdir)/Utilities |