summaryrefslogtreecommitdiffstats
path: root/Makefile.am
diff options
context:
space:
mode:
authorMatthew Barth <msbarth@us.ibm.com>2016-09-26 13:40:01 -0500
committerMatthew Barth <msbarth@us.ibm.com>2016-09-28 13:18:45 -0500
commit5e60ba5e76021ac901d808b264fad61db3ca3ae7 (patch)
treedebe30639b2a7ab2eb68150e2263cd2091ed31be /Makefile.am
parentc8d216a1ec0935a7149720c5bc1d6514c5d933bc (diff)
downloadphosphor-networkd-5e60ba5e76021ac901d808b264fad61db3ca3ae7.tar.gz
phosphor-networkd-5e60ba5e76021ac901d808b264fad61db3ca3ae7.zip
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 <msbarth@us.ibm.com>
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am5
1 files changed, 5 insertions, 0 deletions
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)
OpenPOWER on IntegriCloud