summaryrefslogtreecommitdiffstats
path: root/lib/Makefile.am
blob: 5c64fb649ac7d95f72b21ed98a8f9e86bab703a2 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
LUL_CURRENT			= 0
LUL_REVISION			= 0
LUL_AGE				= 0

lib_LTLIBRARIES			= libumberlog.la
libumberlog_la_LDFLAGS		= -Wl,--version-script,${srcdir}/libumberlog.ld
libumberlog_la_LIBADD		= @JSON_LIBS@
libumberlog_la_CFLAGS		= @JSON_CFLAGS@

libumberlog_la_SOURCES		= umberlog.c umberlog.h

libumberlog_includedir		= $(includedir)
libumberlog_include_HEADERS	= umberlog.h

pkgconfigdir			= $(libdir)/pkgconfig
pkgconfig_DATA			= libumberlog.pc

EXTRA_DIST			= umberlog.rst libumberlog.ld