diff options
author | Michele Calgaro <[email protected]> | 2019-05-02 16:55:54 +0900 |
---|---|---|
committer | Michele Calgaro <[email protected]> | 2019-05-02 16:55:54 +0900 |
commit | 98d1dca7d9260c6c9782dd810c129c773f98f501 (patch) | |
tree | 2fd9cadfc7f25e4a0582e6747a1789c7f0c6c34c /Makefile.am | |
parent | edc94efabc4e25ebe160130ec97434ef06b26401 (diff) | |
download | akode-98d1dca7d9260c6c9782dd810c129c773f98f501.tar.gz akode-98d1dca7d9260c6c9782dd810c129c773f98f501.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) |