Rename variadic.c to pack_unpack.c

This commit is contained in:
Petri Lehtinen 2011-01-24 21:44:28 +02:00
parent 6d1f28f050
commit 6825c2c706
2 changed files with 2 additions and 2 deletions

View File

@ -8,12 +8,12 @@ libjansson_la_SOURCES = \
hashtable.h \ hashtable.h \
jansson_private.h \ jansson_private.h \
load.c \ load.c \
pack_unpack.c \
strbuffer.c \ strbuffer.c \
strbuffer.h \ strbuffer.h \
utf.c \ utf.c \
utf.h \ utf.h \
value.c \ value.c
variadic.c
libjansson_la_LDFLAGS = \ libjansson_la_LDFLAGS = \
-export-symbols-regex '^json_' \ -export-symbols-regex '^json_' \
-version-info 3:0:3 -version-info 3:0:3