]> pilppa.org Git - libplp.git/blob - src/Makefile.am
added new helper function for getting byte array as hex-str.
[libplp.git] / src / Makefile.am
1 lib_LTLIBRARIES = libplp.la
2 libplp_la_SOURCES = \
3         config.c config.h \
4         log.h \
5         log_config.c \
6         str_util.c str_util.h \
7         retval.h
8 libplp_la_LDFLAGS = $(SRC_LIBS) $(all_libraries) -version-info 1:0:0 -no-undefined
9 AM_CPPFLAGS = $(SRC_CFLAGS)
10 DISTCLEANFILES = Makefile.in
11 libplpincludedir=$(includedir)/plp
12 libplpinclude_HEADERS =   \
13         config.h \
14         log.h \
15         retval.h \
16         str_util.h