Changeset 589


Ignore:
Timestamp:
Dec 29, 2012, 11:07:08 AM (12 years ago)
Author:
Yuri Dario
Message:

json-c: add object iterator to library, reduce exports to API only.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • TabularUnified json-c/trunk/Makefile.in

    r587 r589  
    8484libjson_la_LINK = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) \
    8585        $(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
     86        -export-symbols-regex "^[[:space:]]*\\\"?_json_.*" \
    8687        $(libjson_la_LDFLAGS) $(LDFLAGS) -o $@
    8788DEFAULT_INCLUDES = -I.@am__isrc@
     
    280281        json_inttypes.h \
    281282        json_object.h \
     283        json_object_iterator.h \
    282284        json_object_private.h \
    283285        json_tokener.h \
     
    296298        debug.c \
    297299        json_object.c \
     300        json_object_iterator.c \
    298301        json_tokener.c \
    299302        json_util.c \
Note: See TracChangeset for help on using the changeset viewer.