diff options
| author | Gergely Nagy <algernon@balabit.hu> | 2012-04-13 14:13:35 +0200 |
|---|---|---|
| committer | Gergely Nagy <algernon@balabit.hu> | 2012-04-13 14:13:35 +0200 |
| commit | 61ddecc3147ac6f2438995f215211fa84f7962a9 (patch) | |
| tree | 7bf74c471917499252bae54abe128222fae3981f /lib/Makefile.am | |
| parent | 63fcf21f9a9f616880dfb9c7174b8694423a7f75 (diff) | |
| parent | 0b6974a24a5b199903d67aab08ae5e2cf4037a97 (diff) | |
Merge branch 'feature/libc-only'
Diffstat (limited to 'lib/Makefile.am')
| -rw-r--r-- | lib/Makefile.am | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/lib/Makefile.am b/lib/Makefile.am index 5c64fb6..672ebf6 100644 --- a/lib/Makefile.am +++ b/lib/Makefile.am @@ -4,10 +4,8 @@ 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_la_SOURCES = umberlog.c umberlog.h buffer.c buffer.h libumberlog_includedir = $(includedir) libumberlog_include_HEADERS = umberlog.h |
