diff options
author | Francis Dupont <fdupont@isc.org> | 2015-04-17 19:45:51 +0200 |
---|---|---|
committer | Francis Dupont <fdupont@isc.org> | 2015-04-17 19:45:51 +0200 |
commit | 5a428b2edf6b7d2e7d6dcdad1fc0bb17868817f2 (patch) | |
tree | d2ed5818e1b747b690af20c46c76588ae52ba10e /common/Makefile.in | |
parent | 6e5bb0ee22874edaa829f879a0faa15d1ca6bc93 (diff) | |
download | isc-dhcp-5a428b2edf6b7d2e7d6dcdad1fc0bb17868817f2.tar.gz |
regen
Diffstat (limited to 'common/Makefile.in')
-rw-r--r-- | common/Makefile.in | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/common/Makefile.in b/common/Makefile.in index b176b7df..dff400fd 100644 --- a/common/Makefile.in +++ b/common/Makefile.in @@ -248,6 +248,7 @@ AUTOMAKE = @AUTOMAKE@ AWK = @AWK@ BINDCONFIG = @BINDCONFIG@ BINDDIR = @BINDDIR@ +BINDSRCDIR = @BINDSRCDIR@ CC = @CC@ CCDEPMODE = @CCDEPMODE@ CFLAGS = @CFLAGS@ @@ -341,7 +342,7 @@ target_alias = @target_alias@ top_build_prefix = @top_build_prefix@ top_builddir = @top_builddir@ top_srcdir = @top_srcdir@ -AM_CPPFLAGS = -I.. -DLOCALSTATEDIR='"@localstatedir@"' +AM_CPPFLAGS = -I$(top_srcdir) -DLOCALSTATEDIR='"@localstatedir@"' AM_CFLAGS = $(LDAP_CFLAGS) noinst_LIBRARIES = libdhcp.a libdhcp_a_SOURCES = alloc.c bpf.c comapi.c conflex.c ctrace.c discover.c \ |