Skip to content

Commit

Permalink
cleanup public headers
Browse files Browse the repository at this point in the history
see also rsyslog#34
  • Loading branch information
rgerhards committed Apr 9, 2016
1 parent e0d29e2 commit 041668f
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -11,12 +11,10 @@ pkgconfig_DATA = libfastjson.pc

libfastjsonincludedir = $(includedir)/libfastjson
libfastjsoninclude_HEADERS = \
atomic.h \
json.h \
json_inttypes.h \
json_object.h \
json_object_iterator.h \
json_object_private.h \
json_tokener.h \
json_util.h

Expand All @@ -37,6 +35,7 @@ libfastjson_la_SOURCES = \

libfastjson_internal_la_CFLAGS = $(WARN_CFLAGS)
libfastjson_internal_la_SOURCES = \
atomic.h \
arraylist.h \
arraylist.c \
debug.h \
Expand Down

0 comments on commit 041668f

Please sign in to comment.