X-Git-Url: https://git.saurik.com/apple/libinfo.git/blobdiff_plain/03fb6eb005e0e1ca66f0422cb7821f0a2ad2d381..e6b95798e71dad1fb3669ea0b8963d24ddd65f93:/netinfo.subproj/Makefile diff --git a/netinfo.subproj/Makefile b/netinfo.subproj/Makefile index baf2315..015435b 100644 --- a/netinfo.subproj/Makefile +++ b/netinfo.subproj/Makefile @@ -12,13 +12,13 @@ NAME = netinfo PROJECTVERSION = 2.8 PROJECT_TYPE = Component -HFILES = clib.h mm.h ni.h ni_util.h +HFILES = clib.h mm.h ni.h ni_util.h sys_interfaces.h CFILES = multi_call.c ni_error.c ni_glue.c ni_pwdomain.c ni_useful.c\ - ni_util.c + ni_util.c sys_interfaces.c OTHERSRCS = Makefile.preamble Makefile Makefile.postamble nibind_prot.x\ - ni_prot.x + ni_prot.x netinfo.3 netinfo.5 MAKEFILEDIR = $(MAKEFILEPATH)/pb_makefiles @@ -29,7 +29,7 @@ DEBUG_LIBS = $(LIBS) PROF_LIBS = $(LIBS) -PUBLIC_HEADERS = ni.h ni_util.h nibind_prot.x ni_prot.x +PRIVATE_HEADERS = ni.h ni_util.h nibind_prot.x ni_prot.x