unrelacy: add some helpers for cleaning up relacy code
[model-checker-benchmarks.git] / benchmarks.mk
index d47b6d6bc4b997d5c51e50d71b19c2dbd80f1c07..eeb2f74a637f0fcf4d85822c1dcac5a27e89f585 100644 (file)
@@ -9,7 +9,7 @@ LIB_NAME = model
 LIB_SO = lib$(LIB_NAME).so
 
 BASE = ../..
-INCLUDE = -I$(BASE)/include  -I$(BASE)
+INCLUDE = -I$(BASE)/include  -I$(BASE) -I../include
 CPPFLAGS += $(INCLUDE)
 CFLAGS += $(INCLUDE)
 LDFLAGS += -L$(BASE) -l$(LIB_NAME)