aboutsummaryrefslogtreecommitdiff
path: root/install.am
diff options
context:
space:
mode:
Diffstat (limited to 'install.am')
-rw-r--r--install.am7
1 files changed, 7 insertions, 0 deletions
diff --git a/install.am b/install.am
new file mode 100644
index 0000000..3426aee
--- /dev/null
+++ b/install.am
@@ -0,0 +1,7 @@
+# Automake settings for a standalone installable build of runcap.
+# See Make.am for details.
+include Make.am
+lib_LTLIBRARIES=libruncap.la
+libruncap_la_SOURCES = $(RUNCAP_SRC)
+include_HEADERS=runcap.h
+dist_man_MANS=runcap.3

Return to:

Send suggestions and report system problems to the System administrator.