]> git.ipfire.org Git - thirdparty/dhcp.git/commitdiff
Install the ISC header files required to get omapi to work.
authorDamien Neil <source@isc.org>
Thu, 17 Aug 2000 17:39:51 +0000 (17:39 +0000)
committerDamien Neil <source@isc.org>
Thu, 17 Aug 2000 17:39:51 +0000 (17:39 +0000)
omapip/Makefile.dist

index e7bec5307c3cb3af4df60a6a6fdfbb3470d1c16b..b479107b0b2c7a83f44e2454f3610c7b8c44b323 100644 (file)
@@ -42,7 +42,7 @@ libomapi.a:   $(OBJ)
        $(RANLIB) libomapi.a
 
 install: all
-       for dir in $(LIBDIR) $(LIBMANDIR) $(INCDIR)/omapip; do \
+       for dir in $(LIBDIR) $(LIBMANDIR) $(INCDIR)/omapip $(INCDIR)/isc; do \
          foo=""; \
          for bar in `echo $(DESTDIR)$${dir} |tr / ' '`; do \
            foo=$${foo}/$$bar; \
@@ -58,6 +58,10 @@ install: all
          $(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; \
+       done
        for man in $(MAN); do \
          prefix=`echo $$man |sed -e 's/\.[0-9]$$//'`; \
          suffix=`echo $$man |sed -e 's/.*\.\([0-9]\)$$/\1/'`; \