From 5e60ba5e76021ac901d808b264fad61db3ca3ae7 Mon Sep 17 00:00:00 2001 From: Matthew Barth Date: Mon, 26 Sep 2016 13:40:01 -0500 Subject: Convert build process to autotools Replaced the use of a manual Makefile with the use of autotools to automatically verify and generate the necessary build files. Follow the steps outlined within the README.md file to build the package. Change-Id: I85d6b0233b287ad446a9c4296e56e7bbdf218195 Signed-off-by: Matthew Barth --- Makefile.am | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 Makefile.am (limited to 'Makefile.am') diff --git a/Makefile.am b/Makefile.am new file mode 100644 index 0000000..8d6dda1 --- /dev/null +++ b/Makefile.am @@ -0,0 +1,5 @@ +sbin_PROGRAMS = netman_watch_dns + +netman_watch_dns_SOURCES = netman_watch_dns.c +netman_watch_dns_LDFLAGS = $(SYSTEMD_LIBS) +netman_watch_dns_CFLAGS = $(SYSTEMD_CFLAGS) -- cgit v1.2.1