X-Git-Url: http://mj.ucw.cz/gitweb/?a=blobdiff_plain;ds=sidebyside;f=lib%2FMakefile;h=13c2a1950ac7e93638eff671f4abb48785806f27;hb=4582426202ad6ac6539305dae2c0b70016f014f4;hp=77cef30c0bb1509e498aac36d1776129f3213825;hpb=59cb656889fe77f062b7391160188b70bf60c7b2;p=pciutils.git diff --git a/lib/Makefile b/lib/Makefile index 77cef30..13c2a19 100644 --- a/lib/Makefile +++ b/lib/Makefile @@ -59,6 +59,10 @@ OBJS += emulated OBJS += win32-cfgmgr32 endif +ifdef PCI_HAVE_PM_WIN32_SYSDBG +OBJS += win32-sysdbg +endif + all: $(PCILIB) $(PCILIBPC) ifeq ($(SHARED),no) @@ -124,6 +128,7 @@ filter.o: filter.c $(INCL) nbsd-libpci.o: nbsd-libpci.c $(INCL) hurd.o: hurd.c $(INCL) win32-cfgmgr32.o: win32-cfgmgr32.c $(INCL) +win32-sysdbg.o: win32-sysdbg.c $(INCL) # MinGW32 toolchain has some required Win32 header files in /ddk subdirectory. # But these header files include another header files from /ddk subdirectory