diff options
author | gregory guy <gregory-tde@laposte.net> | 2021-10-01 14:38:07 +0200 |
---|---|---|
committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2021-10-02 12:07:12 +0900 |
commit | 383a66d0828e5f858503344e055067a14464c2c1 (patch) | |
tree | 379b0c5b82dbc17542efeef3ac6554ce82a23c77 /sessionapplet | |
parent | 09652c06fc0033aca687c913901625bfa0759afd (diff) | |
download | tde-style-baghira-383a66d0828e5f858503344e055067a14464c2c1.tar.gz tde-style-baghira-383a66d0828e5f858503344e055067a14464c2c1.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>
(cherry picked from commit 8648781af8e31b5b243e26a7ae42b36b38aa8aed)
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 0bb4def..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_QT) $(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 |