summaryrefslogtreecommitdiff
path: root/Examples/GIFPlot/Lib
diff options
context:
space:
mode:
authorWilliam S Fulton <wsf@fultondesigns.co.uk>2003-02-19 21:22:55 +0000
committerWilliam S Fulton <wsf@fultondesigns.co.uk>2003-02-19 21:22:55 +0000
commitd34a28d90a8c1e2fe5530c6a2b1d2929dddbcf94 (patch)
tree4305096258483f7588eea6d810045954f74e5665 /Examples/GIFPlot/Lib
parent4acbe2681dfa219ac95b8d77c6bab6f31b04f8df (diff)
downloadswig-d34a28d90a8c1e2fe5530c6a2b1d2929dddbcf94.tar.gz
CCSHARED used for compiling the GIFPlot library files
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk/SWIG@4356 626c5289-ae23-0410-ae9c-e8d60b6d4f22
Diffstat (limited to 'Examples/GIFPlot/Lib')
-rw-r--r--Examples/GIFPlot/Lib/Makefile.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/Examples/GIFPlot/Lib/Makefile.in b/Examples/GIFPlot/Lib/Makefile.in
index 1cc6c4ffe..fed04352a 100644
--- a/Examples/GIFPlot/Lib/Makefile.in
+++ b/Examples/GIFPlot/Lib/Makefile.in
@@ -8,7 +8,7 @@ RANLIB = @RANLIB@
TARGET = ../libgifplot.a
.c.@OBJEXT@:
- $(CC) $(INCLUDES) $(CFLAGS) -c -o $*.@OBJEXT@ $<
+ $(CC) $(CCSHARED) $(INCLUDES) $(CFLAGS) -c -o $*.@OBJEXT@ $<
all: $(OBJS)
@rm -f ../libgifplot.a