]> mj.ucw.cz Git - pciutils.git/blobdiff - lib/Makefile
Use DNS on all architectures except AIX.
[pciutils.git] / lib / Makefile
index 1a0678c229599d24f4c586148b0568b9be987376..87a87fdb93b644901585046fc51a2397c5fcf864 100644 (file)
@@ -3,7 +3,7 @@
 
 include config.mk
 
-OBJS=access.o generic.o dump.o names.o filter.o names-hash.o names-parse.o
+OBJS=access.o generic.o dump.o names.o filter.o names-hash.o names-parse.o names-net.o names-cache.o
 INCL=internal.h pci.h config.h header.h sysdep.h types.h
 
 PCILIB=libpci.a
@@ -46,9 +46,6 @@ OBJS += nbsd-libpci.o
 PCILIB=libpciutils.a
 endif
 
-# FIXME: Conditions
-OBJS += names-net.o names-cache.o
-
 all: $(PCILIB) $(PCILIBPC)
 
 $(PCILIB): $(OBJS)