Changeset 589
- Timestamp:
- Dec 29, 2012, 11:07:08 AM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
TabularUnified json-c/trunk/Makefile.in ¶
r587 r589 84 84 libjson_la_LINK = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) \ 85 85 $(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \ 86 -export-symbols-regex "^[[:space:]]*\\\"?_json_.*" \ 86 87 $(libjson_la_LDFLAGS) $(LDFLAGS) -o $@ 87 88 DEFAULT_INCLUDES = -I.@am__isrc@ … … 280 281 json_inttypes.h \ 281 282 json_object.h \ 283 json_object_iterator.h \ 282 284 json_object_private.h \ 283 285 json_tokener.h \ … … 296 298 debug.c \ 297 299 json_object.c \ 300 json_object_iterator.c \ 298 301 json_tokener.c \ 299 302 json_util.c \
Note:
See TracChangeset
for help on using the changeset viewer.