Skip to content

Commit

Permalink
Update Makefile.am
Browse files Browse the repository at this point in the history
add SECCOMP_CFLAGS to the Makefile.am file
  • Loading branch information
vpereira authored Sep 12, 2017
1 parent 2a35ca6 commit ef6a4d9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,7 @@ ctags_CFLAGS += $(LIBXML_CFLAGS)
ctags_CFLAGS += $(JANSSON_CFLAGS)
ctags_CFLAGS += $(LIBYAML_CFLAGS)
ctags_CFLAGS += $(ASPELL_CFLAGS)
ctags_CFLAGS += $(SECCOMP_CFLAGS)

ctags_LDADD =
ctags_LDADD += $(LIBXML_LIBS)
Expand Down

0 comments on commit ef6a4d9

Please sign in to comment.