X-Git-Url: https://git.saurik.com/apple/libinfo.git/blobdiff_plain/3b7c7bd7aae68ec949fb3f4ef1d58b96033e40df..e6b95798e71dad1fb3669ea0b8963d24ddd65f93:/lookup.subproj/PB.project diff --git a/lookup.subproj/PB.project b/lookup.subproj/PB.project index e3a62e0..19077d8 100644 --- a/lookup.subproj/PB.project +++ b/lookup.subproj/PB.project @@ -8,11 +8,13 @@ lu_overrides.h, lu_host.h, lu_utils.h, + netdb.h, netdb_async.h, netgr.h, printerdb.h ); OTHER_LINKED = ( + getaddrinfo.c, lu_alias.c, lu_bootp.c, lu_bootparam.c, @@ -28,10 +30,18 @@ lu_service.c, lu_user.c ); - OTHER_SOURCES = (Makefile.preamble, Makefile, Makefile.postamble, lookup.defs, _lu_types.x); + OTHER_SOURCES = ( + Makefile.preamble, + Makefile, + Makefile.postamble, + getaddrinfo.3, + getnameinfo.3, + lookup.defs, + _lu_types.x + ); PRECOMPILED_HEADERS = (); PROJECT_HEADERS = (); - PUBLIC_HEADERS = (aliasdb.h, bootparams.h, printerdb.h); + PUBLIC_HEADERS = (aliasdb.h, bootparams.h, netdb.h, printerdb.h); }; LANGUAGE = English; MAKEFILEDIR = "$(MAKEFILEPATH)/pb_makefiles";