diff options
author | Mavridis Philippe <[email protected]> | 2021-04-04 18:26:05 +0300 |
---|---|---|
committer | Mavridis Philippe <[email protected]> | 2021-04-04 20:02:10 +0300 |
commit | 751933ec8be5220affceb171ff7ef8cf92b6aaab (patch) | |
tree | de91f2b43dd58f9a9d6d8fbff014701f9783a8a4 /Makefile.am | |
parent | feeae7b801d0518d783bc338c1615cdc9f6b27d3 (diff) | |
download | klamav-751933ec8be5220affceb171ff7ef8cf92b6aaab.tar.gz klamav-751933ec8be5220affceb171ff7ef8cf92b6aaab.zip |
Removed Autotools build files.
Signed-off-by: Mavridis Philippe <[email protected]>
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 |