diff options
| author | Michele Calgaro <michele.calgaro@yahoo.it> | 2019-08-16 22:55:31 +0900 |
|---|---|---|
| committer | Slávek Banko <slavek.banko@axis.cz> | 2020-05-06 13:59:42 +0200 |
| commit | eb210ed90ad97dcaaead3d730e4e53052951eee7 (patch) | |
| tree | 97f861943dd2dbd3dd91116f270d84442b1aa61d /src | |
| parent | ffd130663e8fc9b5ecf6eeffe993650ae2691654 (diff) | |
| download | tdmtheme-eb210ed90ad97dcaaead3d730e4e53052951eee7.tar.gz tdmtheme-eb210ed90ad97dcaaead3d730e4e53052951eee7.zip | |
Removed admin submodule and autotools files.
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
(cherry picked from commit 567f9d0f1f23bb06d2dc46bc2b53b5e4b3160288)
Diffstat (limited to 'src')
| -rw-r--r-- | src/Makefile.am | 16 |
1 files changed, 0 insertions, 16 deletions
diff --git a/src/Makefile.am b/src/Makefile.am deleted file mode 100644 index 9602232..0000000 --- a/src/Makefile.am +++ /dev/null @@ -1,16 +0,0 @@ -INCLUDES = $(all_includes) -METASOURCES = AUTO - -# Install this plugin in the KDE modules directory -kde_module_LTLIBRARIES = kcm_tdmtheme.la - -kcm_tdmtheme_la_SOURCES = tdmtheme.cpp -kcm_tdmtheme_la_LIBADD = $(LIB_TDEIO) $(LIB_TDENEWSTUFF) $(LIB_TDEUI) $(LIB_QT) $(LIB_TDECORE) -kcm_tdmtheme_la_LDFLAGS = -avoid-version -module -no-undefined $(all_libraries) - - -xdg_apps_DATA = tdmtheme.desktop - - -messages: rc.cpp - $(XGETTEXT) *.cpp -o $(podir)/kcmtdmtheme.pot |
