diff options
Diffstat (limited to 'debian/patches/02_fix_src_makefile.am.diff')
-rw-r--r-- | debian/patches/02_fix_src_makefile.am.diff | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/debian/patches/02_fix_src_makefile.am.diff b/debian/patches/02_fix_src_makefile.am.diff index 58daf6b..ed1c025 100644 --- a/debian/patches/02_fix_src_makefile.am.diff +++ b/debian/patches/02_fix_src_makefile.am.diff @@ -3,9 +3,9 @@ @@ -44,7 +44,7 @@ kcm_kommando_la_SOURCES = configdialogimpl.cpp configdialog.ui \ kcmkommando.cpp servicemenu.cpp - kcm_kommando_la_LIBADD = libkommando.la -lXmu $(LIB_KIO) $(LIB_KDEUI) \ -- $(LIB_KDECORE) -+ $(LIB_KDECORE) $(LIB_QT) -lDCOP + kcm_kommando_la_LIBADD = libkommando.la -lXmu $(LIB_TDEIO) $(LIB_TDEUI) \ +- $(LIB_TDECORE) ++ $(LIB_TDECORE) $(LIB_QT) -lDCOP # this is where the desktop file will go xdg_apps_DATA = kommando.desktop |