diff options
author | Francis Dupont <fdupont@isc.org> | 2015-04-17 16:48:42 +0200 |
---|---|---|
committer | Francis Dupont <fdupont@isc.org> | 2015-04-17 16:48:42 +0200 |
commit | 28fc08f6586686151ab46ab998d3b69ed4d00260 (patch) | |
tree | 590099bfff59660890552fffbc185e087f30e627 /common/Makefile.am | |
parent | 0fb9c8a1a27f0ae78da3e475e5c4f1eac46e3f24 (diff) | |
download | isc-dhcp-28fc08f6586686151ab46ab998d3b69ed4d00260.tar.gz |
checkpoint (seems to work, need regen)
Diffstat (limited to 'common/Makefile.am')
-rw-r--r-- | common/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/common/Makefile.am b/common/Makefile.am index eddef058..c579719a 100644 --- a/common/Makefile.am +++ b/common/Makefile.am @@ -1,4 +1,4 @@ -AM_CPPFLAGS = -I.. -DLOCALSTATEDIR='"@localstatedir@"' +AM_CPPFLAGS = -I$(top_srcdir) -DLOCALSTATEDIR='"@localstatedir@"' AM_CFLAGS = $(LDAP_CFLAGS) noinst_LIBRARIES = libdhcp.a |