From d113bc2ca69a6f6a33139c3708a4ea6818605b69 Mon Sep 17 00:00:00 2001 From: Francis Dupont Date: Thu, 6 Oct 2016 16:15:35 +0200 Subject: Half fixed recovering (no space handling) (unfinished) --- dhcpctl/Makefile.am.in | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'dhcpctl') 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@ \ -- cgit v1.2.1