fixes for external CUDD compatibility.
This commit is contained in:
@@ -40,7 +40,7 @@ CWD=$(PWD)
|
||||
|
||||
DYNAMIC =
|
||||
CFLAGS = @CFLAGS@
|
||||
INCLUDE = @CUDD_CPPFLAGS@
|
||||
INCLUDE = -I@abs_top_builddir@ @CUDD_CPPFLAGS@
|
||||
LINKFLAGS = -lm
|
||||
LINKLIBS = @CUDD_LDFLAGS@
|
||||
|
||||
|
@@ -192,7 +192,7 @@
|
||||
#include <string.h>
|
||||
#include <math.h>
|
||||
#include <time.h>
|
||||
#include "../../../config.h"
|
||||
#include "config.h"
|
||||
#if HAVE_UTIL_H
|
||||
#include <util.h>
|
||||
#endif
|
||||
|
@@ -40,7 +40,7 @@ CWD=$(PWD)
|
||||
|
||||
DYNAMIC =
|
||||
CFLAGS = @CFLAGS@
|
||||
INCLUDE = @CUDD_CPPFLAGS@
|
||||
INCLUDE = -I@abs_top_builddir@ @CUDD_CPPFLAGS@
|
||||
LINKFLAGS = -lm
|
||||
LINKLIBS = @CUDD_LDFLAGS@
|
||||
|
||||
|
@@ -191,7 +191,7 @@
|
||||
#include <math.h>
|
||||
#include <time.h>
|
||||
#include "pqueue.h"
|
||||
#include "../../../config.h"
|
||||
#include "config.h"
|
||||
#if HAVE_UTIL_H
|
||||
#include <util.h>
|
||||
#endif
|
||||
|
Reference in New Issue
Block a user