]> git.ipfire.org Git - thirdparty/cups.git/blobdiff - backend/Makefile
Merge changes from CUPS 1.7svn-r10755.
[thirdparty/cups.git] / backend / Makefile
index 902bf6e80195642e477540d5df68cdaf88c95982..c6ddb95b0309006de47bd3b3f6b7414984f873a9 100644 (file)
@@ -134,8 +134,9 @@ install-exec:       $(INSTALLXPC)
        fi
        if test "x$(SYMROOT)" != "x"; then \
                $(INSTALL_DIR) $(SYMROOT); \
-               for file in $(TARGETS); do \
+               for file in $(RBACKENDS) $(UBACKENDS); do \
                        cp $$file $(SYMROOT); \
+                       dsymutil $(SYMROOT)/$$file; \
                done \
        fi