One more makefile fix.

This commit is contained in:
Martin Whitaker 2019-10-22 20:30:09 +01:00
parent e6b0396e6f
commit 5f0bbe4cdb
1 changed files with 1 additions and 1 deletions

View File

@ -42,7 +42,7 @@ else
INCLUDE_PATH = -I. -I.. -I$(srcdir) -I$(srcdir)/..
endif
CPPFLAGS = $(INCLUDE_PATH) @CPPFLAGS@ @DEFS@ @PICFLAG@
CPPFLAGS = $(INCLUDE_PATH) @CPPFLAGS@ @DEFS@ -DIVL_VPI_MODULE @PICFLAG@
CFLAGS = @WARNING_FLAGS@ @WARNING_FLAGS_CC@ @CFLAGS@
LDFLAGS = @LDFLAGS@