diff options
author | gregory guy <gregory-tde@laposte.net> | 2021-10-01 14:38:07 +0200 |
---|---|---|
committer | gregory guy <gregory-tde@laposte.net> | 2021-10-01 14:38:07 +0200 |
commit | 8648781af8e31b5b243e26a7ae42b36b38aa8aed (patch) | |
tree | ebd958c73958b45afb7cc6c053ccf9801b97f3b0 /sessionapplet | |
parent | a5e262a67d56ccb85f8df78d3d1b1b27e889d790 (diff) | |
download | tde-style-baghira-8648781af8e31b5b243e26a7ae42b36b38aa8aed.tar.gz tde-style-baghira-8648781af8e31b5b243e26a7ae42b36b38aa8aed.zip |
Drop automake build support.
Deleted TODO and NEWS empty files.
Rework of the README file.
Add basic cmake build instructions.
Signed-off-by: gregory guy <gregory-tde@laposte.net>
Diffstat (limited to 'sessionapplet')
-rw-r--r-- | sessionapplet/Makefile.am | 15 |
1 files changed, 0 insertions, 15 deletions
diff --git a/sessionapplet/Makefile.am b/sessionapplet/Makefile.am deleted file mode 100644 index dae3c97..0000000 --- a/sessionapplet/Makefile.am +++ /dev/null @@ -1,15 +0,0 @@ -INCLUDES= $(all_includes) -METASOURCES = AUTO - -lib_LTLIBRARIES = usermanager_panelapplet.la - -usermanager_panelapplet_la_SOURCES = usermanager.cpp dmctl.cpp -usermanager_panelapplet_la_LDFLAGS = -module -avoid-version $(all_libraries) -usermanager_panelapplet_la_LIBADD = $(LIB_TDEUI) $(LIB_TQT) $(LIB_TDECORE) -lDCOP - -usermanager_DATA = usermanager.desktop -usermanagerdir = $(kde_datadir)/kicker/applets - -messages: rc.cpp - $(EXTRACTRC) `find . -name \*.ui -o -name \*.rc` > rc.cpp - $(XGETTEXT) *.cpp -o $(podir)/usermanager.pot |