about summary refs log tree commit diff
path: root/other
diff options
context:
space:
mode:
authorgiraffedata <giraffedata@9d0c8265-081b-0410-96cb-a4ca84ce46f8>2014-08-24 00:54:25 +0000
committergiraffedata <giraffedata@9d0c8265-081b-0410-96cb-a4ca84ce46f8>2014-08-24 00:54:25 +0000
commit3d695cd4be100477a16cab657e41ee9416619fe7 (patch)
tree9eb2173d7d4d3559946a3c83240c253db34492c0 /other
parent174127b01ef19ede414294bc5e9375db0c671f9c (diff)
downloadnetpbm-mirror-3d695cd4be100477a16cab657e41ee9416619fe7.tar.gz
netpbm-mirror-3d695cd4be100477a16cab657e41ee9416619fe7.tar.xz
netpbm-mirror-3d695cd4be100477a16cab657e41ee9416619fe7.zip
Use libopt to convert libvga.so into -lvga so build of ppmsvgalib works
git-svn-id: http://svn.code.sf.net/p/netpbm/code/trunk@2253 9d0c8265-081b-0410-96cb-a4ca84ce46f8
Diffstat (limited to 'other')
-rw-r--r--other/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/other/Makefile b/other/Makefile
index 33c52a00..5acd7578 100644
--- a/other/Makefile
+++ b/other/Makefile
@@ -50,7 +50,7 @@ all: $(BINARIES) $(SUBDIRS:%=%/all)
 
 include $(SRCDIR)/common.mk
 
-ppmsvgalib: LDFLAGS_TARGET = $(LINUXSVGALIB)
+ppmsvgalib: LDFLAGS_TARGET = $(shell $(LIBOPT) $(LINUXSVGALIB))
 
 install.bin: install.bin.local
 .PHONY: install.bin.local