ccflags, not ldflags.
[p5sagit/p5-mst-13.2.git] / Makefile.micro
index f272dff..7acedef 100644 (file)
@@ -16,7 +16,8 @@ O = uav$(_O) udeb$(_O) udoio$(_O) udoop$(_O) udump$(_O) \
        uregcomp$(_O) uregexec$(_O) urun$(_O) \
        uscope$(_O) usv$(_O) utaint$(_O) utoke$(_O) \
        unumeric$(_O) ulocale$(_O) \
-       uuniversal$(_O) uutf8$(_O) uutil$(_O) uperlapi$(_O)
+       uuniversal$(_O) uutf8$(_O) uutil$(_O) uperlapi$(_O) \
+       usharedsv$(_O)
 
 microperl:     $(O)
        $(LD) -o $@ $(O) $(LIBS)
@@ -134,3 +135,6 @@ uutil$(_O): $(HE) util.c
 uperlapi$(_O): $(HE) perlapi.c perlapi.h
        $(CC) -c -o $@ $(CFLAGS) perlapi.c
 
+usharedsv$(_O):        $(HE) sharedsv.c sharedsv.h
+       $(CC) -c -o $@ $(CFLAGS) sharedsv.c
+