summaryrefslogtreecommitdiffstats
path: root/Makefile.am
diff options
context:
space:
mode:
authorMichele Calgaro <[email protected]>2024-05-02 14:08:32 +0900
committerMichele Calgaro <[email protected]>2024-05-13 22:39:29 +0900
commit198fb9f36ebb86ead7e04b7558ee7a2cc289fd61 (patch)
tree1aedadc7a5044267478994c033efb4852f8d5f62 /Makefile.am
parent22dea1e5496c1eaafabf3ecbe2e39bf68e32bba7 (diff)
downloadsmb4k-198fb9f36ebb86ead7e04b7558ee7a2cc289fd61.tar.gz
smb4k-198fb9f36ebb86ead7e04b7558ee7a2cc289fd61.zip
Drop autotools support
Signed-off-by: Michele Calgaro <[email protected]> (cherry picked from commit 5540154f1231a0a4fe3bafa8d839dd5fe24874e7)
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am21
1 files changed, 0 insertions, 21 deletions
diff --git a/Makefile.am b/Makefile.am
deleted file mode 100644
index ddfca88..0000000
--- a/Makefile.am
+++ /dev/null
@@ -1,21 +0,0 @@
-if compile_konqplugin
- PLUGINDIR=plugin
-endif
-
-EXTRA_DIST = admin AUTHORS COPYING ChangeLog INSTALL README TODO smb4k.lsm BUGS FAQ
-
-AUTOMAKE_OPTIONS = foreign 1.5
-
-MAINTAINERCLEANFILES = subdirs configure.in acinclude.m4 configure.files
-
-package-messages:
- $(MAKE) -f admin/Makefile.common package-messages
- $(MAKE) -C po merge
-
-#include admin/deps.am
-
-SUBDIRS = smb4k $(PLUGINDIR) utilities po doc
-
-messages: rc.cpp
- $(EXTRACTRC) `find . -name \*.ui -o -name \*.rc` > rc.cpp
- $(XGETTEXT) `find . -name \*.cpp` -o $(podir)/smb4k.pot