X-Git-Url: https://git.saurik.com/apple/libinfo.git/blobdiff_plain/03fb6eb005e0e1ca66f0422cb7821f0a2ad2d381..ccd4a120fd72e1cd2071458320f7a1914ef55421:/lookup.subproj/PB.project?ds=inline diff --git a/lookup.subproj/PB.project b/lookup.subproj/PB.project index 8270f85..19077d8 100644 --- a/lookup.subproj/PB.project +++ b/lookup.subproj/PB.project @@ -6,17 +6,22 @@ bootparams.h, lookup_types.h, 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, lu_fstab.c, lu_group.c, lu_host.c, + lu_host_async.c, lu_netgroup.c, lu_network.c, lu_printer.c, @@ -25,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";