summaryrefslogtreecommitdiff
path: root/dhcpctl
diff options
context:
space:
mode:
authorFrancis Dupont <fdupont@isc.org>2016-10-06 16:15:35 +0200
committerFrancis Dupont <fdupont@isc.org>2016-10-06 16:15:35 +0200
commitd113bc2ca69a6f6a33139c3708a4ea6818605b69 (patch)
treeb9461aab0a1c8ceef996db075ec85b87fee42fc8 /dhcpctl
parent13e5cc6cbe83ac7cd9285a54e870e4f8ab16a604 (diff)
downloadisc-dhcp-d113bc2ca69a6f6a33139c3708a4ea6818605b69.tar.gz
Half fixed recovering (no space handling) (unfinished)
Diffstat (limited to 'dhcpctl')
-rw-r--r--dhcpctl/Makefile.am.in4
1 files changed, 2 insertions, 2 deletions
diff --git a/dhcpctl/Makefile.am.in b/dhcpctl/Makefile.am.in
index dc44e1ad..e94deb23 100644
--- a/dhcpctl/Makefile.am.in
+++ b/dhcpctl/Makefile.am.in
@@ -1,5 +1,5 @@
bin_PROGRAMS = omshell
-lib_LIBRARIES = libdhcpctl.@A@
+lib_@DHLIBS@ = libdhcpctl.@A@
noinst_PROGRAMS = cltest
man_MANS = omshell.1 dhcpctl.3
EXTRA_DIST = $(man_MANS)
@@ -11,7 +11,7 @@ omshell_LDADD = libdhcpctl.@A@ ../common/libdhcp.@A@ ../omapip/libomapi.@A@ \
@BINDLIBISCCFGDIR@/libisccfg.@A@ \
@BINDLIBISCDIR@/libisc.@A@
-libdhcpctl_a_SOURCES = dhcpctl.c callback.c remote.c
+libdhcpctl_@A@_SOURCES = dhcpctl.c callback.c remote.c
cltest_SOURCES = cltest.c
cltest_LDADD = libdhcpctl.@A@ ../common/libdhcp.@A@ ../omapip/libomapi.@A@ \