diff options
author | Shawn Routhier <sar@isc.org> | 2015-04-15 13:28:44 -0700 |
---|---|---|
committer | Shawn Routhier <sar@isc.org> | 2015-04-15 13:28:44 -0700 |
commit | da88d34bdd947b7b30b91219e1261d6e64a650c1 (patch) | |
tree | dcb66a4ca27db32379e676dd54aab02b9095e9ae /Makefile.in | |
parent | 1c0b7d66b67f85c96f62d94896ad6403fffc79dc (diff) | |
download | isc-dhcp-da88d34bdd947b7b30b91219e1261d6e64a650c1.tar.gz |
[master] Remove dst directory as it was replaced in 4.2.0 by Bind
Diffstat (limited to 'Makefile.in')
-rw-r--r-- | Makefile.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.in b/Makefile.in index 13263553..8ce8974c 100644 --- a/Makefile.in +++ b/Makefile.in @@ -349,7 +349,7 @@ EXTRA_DIST = RELNOTES LICENSE \ bind/Makefile.in bind/bind.tar.gz bind/version.tmp \ common/tests/Atffile server/tests/Atffile -SUBDIRS = bind includes tests common dst omapip client dhcpctl relay server +SUBDIRS = bind includes tests common omapip client dhcpctl relay server nobase_include_HEADERS = dhcpctl/dhcpctl.h all: all-recursive |