From: mike Date: Fri, 14 Dec 2012 13:06:44 +0000 (+0000) Subject: Make sure we run dsymutil on all libraries, too. X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=42b5c6930b84c3e699057f02461f9bc0cad6718b;p=thirdparty%2Fcups.git Make sure we run dsymutil on all libraries, too. git-svn-id: svn+ssh://src.apple.com/svn/cups/cups.org/trunk@10768 7a7537e8-13f0-0310-91df-b6672ffda945 --- diff --git a/cgi-bin/Makefile b/cgi-bin/Makefile index cb645b4814..7a73c058d9 100644 --- a/cgi-bin/Makefile +++ b/cgi-bin/Makefile @@ -155,6 +155,7 @@ install-libs: $(INSTALLSTATIC) if test "x$(SYMROOT)" != "x"; then \ $(INSTALL_DIR) $(SYMROOT); \ cp $(LIBCUPSCGI) $(SYMROOT); \ + dsymutil $(SYMROOT)/$(LIBCUPSCGI); \ fi installstatic: diff --git a/filter/Makefile b/filter/Makefile index 0afc1e6c5b..08451e9c44 100644 --- a/filter/Makefile +++ b/filter/Makefile @@ -140,6 +140,7 @@ install-libs: $(INSTALLSTATIC) if test "x$(SYMROOT)" != "x"; then \ $(INSTALL_DIR) $(SYMROOT); \ cp $(LIBCUPSIMAGE) $(SYMROOT); \ + dsymutil $(SYMROOT)/$(LIBCUPSIMAGE); \ fi installstatic: diff --git a/ppdc/Makefile b/ppdc/Makefile index 886b84d160..721d4b79ff 100644 --- a/ppdc/Makefile +++ b/ppdc/Makefile @@ -179,6 +179,7 @@ install-libs: $(INSTALLSTATIC) if test "x$(SYMROOT)" != "x"; then \ $(INSTALL_DIR) $(SYMROOT); \ cp $(LIBCUPSPPDC) $(SYMROOT); \ + dsymutil $(SYMROOT)/$(LIBCUPSPPDC); \ fi installstatic: diff --git a/scheduler/Makefile b/scheduler/Makefile index dfdf13d3ac..67ca5d78da 100644 --- a/scheduler/Makefile +++ b/scheduler/Makefile @@ -258,6 +258,7 @@ install-libs: $(INSTALLSTATIC) if test "x$(SYMROOT)" != "x"; then \ $(INSTALL_DIR) $(SYMROOT); \ cp $(LIBCUPSMIME) $(SYMROOT); \ + dsymutil $(SYMROOT)/$(LIBCUPSMIME); \ fi installstatic: