diff options
Diffstat (limited to 'Makefile.am')
| -rw-r--r-- | Makefile.am | 3 | 
1 files changed, 2 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am index 7f7d7d6236..9e6c53d87c 100644 --- a/Makefile.am +++ b/Makefile.am @@ -4,6 +4,8 @@ AUTOMAKE_OPTIONS = subdir-objects 1.12  ACLOCAL_AMFLAGS = -I m4  AM_CFLAGS = \ +	$(LIBYANG_CFLAGS) \ +	$(SQLITE3_CFLAGS) \  	$(UNWIND_CFLAGS) \  	$(SAN_FLAGS) \  	$(WERROR) \ @@ -17,7 +19,6 @@ AM_LDFLAGS = \  	$(SAN_FLAGS) \  	# end  DEFS = @DEFS@ -DSYSCONFDIR=\"$(sysconfdir)/\" -DCONFDATE=$(CONFDATE) -LIBCAP = @LIBCAP@  AR_FLAGS = @AR_FLAGS@  ARFLAGS = @ARFLAGS@  | 
