aboutsummaryrefslogtreecommitdiff
path: root/install.am
diff options
context:
space:
mode:
authorSergey Poznyakoff <gray@gnu.org.ua>2017-08-19 14:57:01 +0300
committerSergey Poznyakoff <gray@gnu.org>2017-08-19 17:15:58 +0300
commit511f9c9765eb2a9992ea4470703ebcd96faca52b (patch)
treee0414383c4bc9cc9a95f5f32aae6fd2e8557e204 /install.am
parentead370a83f981ccf3d288dbe222fd362ec801f79 (diff)
downloadruncap-511f9c9765eb2a9992ea4470703ebcd96faca52b.tar.gz
runcap-511f9c9765eb2a9992ea4470703ebcd96faca52b.tar.bz2
Switch to autotools
* .gitignore: Update. * Makefile: Remove. * Make.am: New file. * install.am: New file. * shared.am: New file. * static.am: New file. * configure.ac: New file. * runcap.m4: New file. * t/Makefile: Remove. * t/Makefile.am: New file. * t/testsuite: Don't use relative directory addressing.
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.