4befb440af
- While here, convert some spaces to tabs PR: 127369 Submitted by: Jason Lenthe <lenthe at comcast dot net> Fix by: Stephen Montgomery-Smith <stephen at math dot missouri dot edu> (maintainer)
10 lines
402 B
Text
10 lines
402 B
Text
--- src/Makefile-orig 2008-09-14 01:33:56.000000000 -0500
|
|
+++ src/Makefile 2008-09-14 01:34:56.000000000 -0500
|
|
@@ -30,6 +30,6 @@
|
|
$(MKOCTFILE) $< -lpng
|
|
|
|
__magick_read__.oct: __magick_read__.cc
|
|
- $(MKOCTFILE) $< `Magick++-config --cppflags` `Magick++-config --ldflags`
|
|
+ $(MKOCTFILE) $< `Magick++-config --cppflags` `Magick++-config --ldflags --libs`
|
|
|
|
clean: ; -$(RM) *.o octave-core core *.oct *~
|