diff options
author | Mavridis Philippe <[email protected]> | 2023-07-07 12:11:36 +0300 |
---|---|---|
committer | Mavridis Philippe <[email protected]> | 2023-07-07 12:11:36 +0300 |
commit | 0afaf315c0c37aee141acacc28b1f6a768bc3437 (patch) | |
tree | d2d9b1af7ff28d0c3b772ef2fffe11fbe8c81d0e /twin-styles/kstep/Makefile.am | |
parent | 5f90bc99d3281b7d79e8c5ec34f3fc7c484c12af (diff) | |
download | tdeartwork-0afaf315c0c37aee141acacc28b1f6a768bc3437.tar.gz tdeartwork-0afaf315c0c37aee141acacc28b1f6a768bc3437.zip |
twin-styles: twin3_ to twin_ conversion
Related to TDE/tdebase#364
Signed-off-by: Mavridis Philippe <[email protected]>
Diffstat (limited to 'twin-styles/kstep/Makefile.am')
-rw-r--r-- | twin-styles/kstep/Makefile.am | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/twin-styles/kstep/Makefile.am b/twin-styles/kstep/Makefile.am index bfda21da..e6c1f0ce 100644 --- a/twin-styles/kstep/Makefile.am +++ b/twin-styles/kstep/Makefile.am @@ -1,12 +1,12 @@ INCLUDES = $(all_includes) -kde_module_LTLIBRARIES = twin3_kstep.la +kde_module_LTLIBRARIES = twin_kstep.la -twin3_kstep_la_SOURCES = nextclient.cpp -twin3_kstep_la_LDFLAGS = $(all_libraries) $(KDE_PLUGIN) -module $(LIB_TQT) $(LIB_TDECORE) $(LIB_TDEUI) -ltdefx +twin_kstep_la_SOURCES = nextclient.cpp +twin_kstep_la_LDFLAGS = $(all_libraries) $(KDE_PLUGIN) -module $(LIB_TQT) $(LIB_TDECORE) $(LIB_TDEUI) -ltdefx #twin_kstep_la_LDFLAGS = $(all_libraries) -avoid-version -module $(KDE_RPATH) $(KDE_MT_LDFLAGS) -twin3_kstep_la_LIBADD = $(LIB_TDEUI) -ltdecorations +twin_kstep_la_LIBADD = $(LIB_TDEUI) -ltdecorations METASOURCES = AUTO noinst_HEADERS = nextclient.h |