summaryrefslogtreecommitdiff
path: root/omapip
diff options
context:
space:
mode:
authorTed Lemon <source@isc.org>2001-05-17 20:47:40 +0000
committerTed Lemon <source@isc.org>2001-05-17 20:47:40 +0000
commite3a5f56610993edc313b93f8654ae778eb1b895e (patch)
tree3a7ad9e652f2d5e3c7606b4a6f4ae600d7098df4 /omapip
parent5eff7be7a0200f60a17f1334550aafde79eeb008 (diff)
downloadisc-dhcp-e3a5f56610993edc313b93f8654ae778eb1b895e.tar.gz
includes/isc -> includes/isc-dhcp
Diffstat (limited to 'omapip')
-rw-r--r--omapip/Makefile.dist8
-rw-r--r--omapip/test.c2
2 files changed, 6 insertions, 4 deletions
diff --git a/omapip/Makefile.dist b/omapip/Makefile.dist
index 4bd2b082..86749950 100644
--- a/omapip/Makefile.dist
+++ b/omapip/Makefile.dist
@@ -59,12 +59,14 @@ install: all
$(INSTALL) libomapi.a $(DESTDIR)$(LIBDIR)
$(CHMOD) 644 $(DESTDIR)$(LIBDIR)/libomapi.a
for file in alloc.h buffer.h omapip.h; do \
- $(INSTALL) $(TOP)/includes/omapip/$$file $(DESTDIR)$(INCDIR)/omapip; \
+ $(INSTALL) $(TOP)/includes/omapip/$$file \
+ $(DESTDIR)$(INCDIR)/omapip; \
$(CHMOD) 644 $(DESTDIR)$(INCDIR)/omapip/$$file; \
done
for file in boolean.h dst.h int.h lang.h list.h result.h types.h; do \
- $(INSTALL) $(TOP)/includes/isc/$$file $(DESTDIR)$(INCDIR)/isc; \
- $(CHMOD) 644 $(DESTDIR)$(INCDIR)/isc/$$file; \
+ $(INSTALL) $(TOP)/includes/isc-dhcp/$$file \
+ $(DESTDIR)$(INCDIR)/isc-dhcp; \
+ $(CHMOD) 644 $(DESTDIR)$(INCDIR)/isc-dhcp/$$file; \
done
for man in $(MAN); do \
prefix=`echo $$man |sed -e 's/\.[0-9]$$//'`; \
diff --git a/omapip/test.c b/omapip/test.c
index ddd2b364..249099e6 100644
--- a/omapip/test.c
+++ b/omapip/test.c
@@ -45,7 +45,7 @@
#include <stdio.h>
#include <stdlib.h>
#include <stdarg.h>
-#include <isc/result.h>
+#include <isc-dhcp/result.h>
#include <sys/time.h>
#include <omapip/omapip.h>