diff options
author | gregory guy <[email protected]> | 2021-10-01 14:38:07 +0200 |
---|---|---|
committer | Michele Calgaro <[email protected]> | 2021-10-02 12:07:12 +0900 |
commit | 383a66d0828e5f858503344e055067a14464c2c1 (patch) | |
tree | 379b0c5b82dbc17542efeef3ac6554ce82a23c77 /starter/Makefile.am | |
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 <[email protected]>
(cherry picked from commit 8648781af8e31b5b243e26a7ae42b36b38aa8aed)
Diffstat (limited to 'starter/Makefile.am')
-rw-r--r-- | starter/Makefile.am | 18 |
1 files changed, 0 insertions, 18 deletions
diff --git a/starter/Makefile.am b/starter/Makefile.am deleted file mode 100644 index f0d33a3..0000000 --- a/starter/Makefile.am +++ /dev/null @@ -1,18 +0,0 @@ -INCLUDES= $(all_includes) -METASOURCES = AUTO -KDE_ICON = AUTO - -lib_LTLIBRARIES = libbaghirastarter.la - -libbaghirastarter_la_SOURCES = baghiralinkdrag.cpp menu.cpp starter.cpp starterconfig.ui starterhelp.ui configdialog.ui help.ui linkconfig.ui starteriface.skel -libbaghirastarter_la_LDFLAGS = -module -avoid-version $(all_libraries) -libbaghirastarter_la_LIBADD = -lXtst $(LIB_TDEUI) $(LIB_QT) $(LIB_TDECORE) $(LIB_TDEIO) -ltdefx -lDCOP - -starter_DATA = starter.desktop -starterdir = $(kde_datadir)/kicker/applets -poof_DATA = ../imagebase/poof.png -poofdir = $(kde_datadir)/baghira - -messages: rc.cpp - $(EXTRACTRC) *.ui >> rc.cpp - $(XGETTEXT) *.cpp -o $(podir)/starter.pot |