diff options
author | Michele Calgaro <[email protected]> | 2019-05-02 17:18:03 +0900 |
---|---|---|
committer | Michele Calgaro <[email protected]> | 2019-05-02 17:18:03 +0900 |
commit | 531f7e2ee4949c49326e23ffa822a6517616b3c6 (patch) | |
tree | 37f1405f2b84b79843248c09cacea2b5b38288d0 /Makefile.am | |
parent | 1bd5eee0f2d49a66dc3a70017614cce96ff0da4b (diff) | |
download | akode-531f7e2ee4949c49326e23ffa822a6517616b3c6.tar.gz akode-531f7e2ee4949c49326e23ffa822a6517616b3c6.zip |
Removed automake files.
Signed-off-by: Michele Calgaro <[email protected]>
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/Makefile.am b/Makefile.am deleted file mode 100644 index 94b43a0..0000000 --- a/Makefile.am +++ /dev/null @@ -1,13 +0,0 @@ -AUTOMAKE_OPTIONS = foreign - -include admin/deps.am - -MAINTAINERCLEANFILES = subdirs configure.in acinclude.m4 configure.files - -package-messages: - $(MAKE) -f admin/Makefile.common package-messages - -dist-hook: - cd $(top_distdir) && perl admin/am_edit -padmin - cd $(top_distdir) && $(MAKE) -f admin/Makefile.common subdirs -SUBDIRS=$(TOPSUBDIRS) |