Skip to content

Commit

Permalink
v2: fix build system
Browse files Browse the repository at this point in the history
  • Loading branch information
rgerhards committed Jul 28, 2015
1 parent 766a64d commit 12508f3
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 6 deletions.
2 changes: 1 addition & 1 deletion Makefile.am
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
SUBDIRS = compat src
SUBDIRS = compat src tools
if ENABLE_DOCS
SUBDIRS += doc
endif
Expand Down
11 changes: 6 additions & 5 deletions tools/Makefile.am
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
bin_PROGRAMS = slsa
slsa_SOURCES = slsa.c syntaxes.c ../src/parser.c
slsa_CPPFLAGS = -I$(top_srcdir)/src $(JSON_C_CFLAGS)
slsa_LDADD = $(JSON_C_LIBS) $(LIBLOGNORM_LIBS) $(LIBESTR_LIBS)
slsa_DEPENDENCIES = ../src/liblognorm.la
# Note: slsa is not yet functional with the v2 engine!
#bin_PROGRAMS = slsa
#slsa_SOURCES = slsa.c syntaxes.c ../src/parser.c
#slsa_CPPFLAGS = -I$(top_srcdir)/src $(JSON_C_CFLAGS)
#slsa_LDADD = $(JSON_C_LIBS) $(LIBLOGNORM_LIBS) $(LIBESTR_LIBS)
#slsa_DEPENDENCIES = ../src/liblognorm.la

EXTRA_DIST=logrecord.h
#include_HEADERS=

0 comments on commit 12508f3

Please sign in to comment.