Skip to content

Commit

Permalink
Link and build the dnstap-ldns program
Browse files Browse the repository at this point in the history
  • Loading branch information
Robert Edmonds committed Nov 4, 2014
1 parent 47b8150 commit b190f93
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -16,3 +16,4 @@
Makefile
Makefile.in
TAGS
/dnstap-ldns
12 changes: 11 additions & 1 deletion Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -22,4 +22,14 @@ CLEANFILES += ${PROTOBUF_SOURCES}

bin_PROGRAMS += dnstap-ldns
dnstap_ldns_SOURCES = \
dnstap-ldns.c
dnstap-ldns.c \
host2str.c \
${PROTOBUF_SOURCES}
dnstap_ldns_CFLAGS = \
${libldns_CFLAGS} \
${libfstrm_CFLAGS} \
${libprotobuf_c_CFLAGS}
dnstap_ldns_LDADD = \
${libldns_LIBS} \
${libfstrm_LIBS} \
${libprotobuf_c_LIBS}

0 comments on commit b190f93

Please sign in to comment.