summaryrefslogtreecommitdiffstats
path: root/makeself
diff options
context:
space:
mode:
authorCosta Tsaousis (ktsaou) <costa@tsaousis.gr>2017-07-25 02:56:58 +0300
committerCosta Tsaousis (ktsaou) <costa@tsaousis.gr>2017-07-25 02:56:58 +0300
commite2b1a8d825ea9c50103d5de2a8e8242c5054f738 (patch)
treefb380a9825342687112db74aa1f48a1402de4014 /makeself
parent4b921e491f2807b056395094e0bbe6a77c37e483 (diff)
makefiles re-organization
Diffstat (limited to 'makeself')
-rw-r--r--makeself/Makefile.am25
1 files changed, 25 insertions, 0 deletions
diff --git a/makeself/Makefile.am b/makeself/Makefile.am
new file mode 100644
index 0000000000..d3106f7628
--- /dev/null
+++ b/makeself/Makefile.am
@@ -0,0 +1,25 @@
+MAINTAINERCLEANFILES= $(srcdir)/Makefile.in
+
+nodist_noinst_DATA = \
+ $(NULL)
+
+nodist_noinst_SCRIPTS = \
+ build.sh \
+ makeself.sh \
+ makeself-license.txt \
+ setup-x86_64-static.sh \
+ post-installer.sh \
+ jobs/10-prepare-destination.install.sh \
+ jobs/50-curl-7.53.1.install.sh \
+ jobs/50-bash-4.4.install.sh \
+ jobs/50-fping-4.0.install.sh \
+ jobs/70-netdata-git.install.sh \
+ jobs/99-makeself.install.sh \
+ run-all-jobs.sh \
+ install-or-update.sh \
+ build-x86_64-static.sh \
+ makeself-header.sh \
+ makeself-help-header.txt \
+ makeself.lsm \
+ functions.sh \
+ $(NULL)