]> git.ipfire.org Git - thirdparty/cups.git/blobdiff - monitor/Makefile
Update build system and cups-config script to not add extra libraries to the
[thirdparty/cups.git] / monitor / Makefile
index 69a61515594b8da07db6adf6a230a5563cc4a7ea..1ea6d72ec3ecfb10460e9d4b5fbbed55ed22c0ac 100644 (file)
@@ -115,7 +115,7 @@ uninstall:
 
 bcp:   bcp.o ../cups/$(LIBCUPS)
        echo Linking $@...
-       $(LD_CC) $(ALL_LDFLAGS) -o $@ bcp.o $(LIBS)
+       $(LD_CC) $(ALL_LDFLAGS) -o $@ bcp.o $(LINKCUPS)
        $(CODE_SIGN) -s "$(CODE_SIGN_IDENTITY)" $@
 
 
@@ -125,7 +125,7 @@ bcp:        bcp.o ../cups/$(LIBCUPS)
 
 tbcp:  tbcp.o ../cups/$(LIBCUPS)
        echo Linking $@...
-       $(LD_CC) $(ALL_LDFLAGS) -o $@ tbcp.o $(LIBS)
+       $(LD_CC) $(ALL_LDFLAGS) -o $@ tbcp.o $(LINKCUPS)
        $(CODE_SIGN) -s "$(CODE_SIGN_IDENTITY)" $@