diff --git a/src/xspice/cmpp/Makefile.am b/src/xspice/cmpp/Makefile.am index f7444d577..e155d4627 100644 --- a/src/xspice/cmpp/Makefile.am +++ b/src/xspice/cmpp/Makefile.am @@ -53,7 +53,7 @@ BUILD_CMPP_FILES = main.c file_buffer.c \ build/cmpp$(BUILD_EXEEXT) : $(BUILD_CMPP_FILES) $(CC_FOR_BUILD) $(CFLAGS_FOR_BUILD) \ - $(AM_CPPFLAGS) $(LDFLAGS_FOR_BUILD) -o $@ $^ -lshlwapi + $(AM_CPPFLAGS) $(LDFLAGS_FOR_BUILD) -o $@ $^ $(cmpp_LDADD) distclean-local: -rm -rf build