diff options
author | Mavridis Philippe <[email protected]> | 2021-04-04 18:26:05 +0300 |
---|---|---|
committer | Slávek Banko <[email protected]> | 2021-04-04 19:22:15 +0200 |
commit | 8c5db3a2cdb02fce2479749f9e4b5f142d2cbd4a (patch) | |
tree | 4e7ba98b30f6febf0915072c4c6ce27a7427bd8c /Makefile.am | |
parent | f15e8d5f88b9e12a41e6770fe178ba8f6a77debb (diff) | |
download | klamav-8c5db3a2cdb02fce2479749f9e4b5f142d2cbd4a.tar.gz klamav-8c5db3a2cdb02fce2479749f9e4b5f142d2cbd4a.zip |
Removed Autotools build files.
Signed-off-by: Mavridis Philippe <[email protected]>
(cherry picked from commit 751933ec8be5220affceb171ff7ef8cf92b6aaab)
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 19 |
1 files changed, 0 insertions, 19 deletions
diff --git a/Makefile.am b/Makefile.am deleted file mode 100644 index 595ec3a..0000000 --- a/Makefile.am +++ /dev/null @@ -1,19 +0,0 @@ -AUTOMAKE_OPTIONS = foreign 1.5 - -include admin/deps.am -include admin/Doxyfile.am - -SUBDIRS = $(TOPSUBDIRS) - - -MAINTAINERCLEANFILES = subdirs configure.in acinclude.m4 configure.files - -package-messages: - cd $(top_srcdir) && $(MAKE) -f admin/Makefile.common package-messages - $(MAKE) -C po merge - -EXTRA_DIST = admin COPYING configure.in.in - -dist-hook: - cd $(top_distdir) && perl admin/am_edit -padmin - cd $(top_distdir) && $(MAKE) -f admin/Makefile.common subdirs |