Make lib/otp/Makefile.am use -I$(DBHEADER)
This commit is contained in:
@@ -3,6 +3,9 @@
|
|||||||
include $(top_srcdir)/Makefile.am.common
|
include $(top_srcdir)/Makefile.am.common
|
||||||
|
|
||||||
AM_CPPFLAGS += $(INCLUDE_hcrypto) $(ROKEN_RENAME)
|
AM_CPPFLAGS += $(INCLUDE_hcrypto) $(ROKEN_RENAME)
|
||||||
|
if HAVE_DBHEADER
|
||||||
|
AM_CPPFLAGS += -I$(DBHEADER)
|
||||||
|
endif
|
||||||
|
|
||||||
noinst_PROGRAMS = otptest
|
noinst_PROGRAMS = otptest
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user