Use libDatabase.h from the source tree
This commit is contained in:
parent
58832d6953
commit
a90d67c478
|
@ -16,7 +16,7 @@
|
|||
|
||||
|
||||
#include <Python.h>
|
||||
#include "Database.h"
|
||||
#include "../../include/Database.h"
|
||||
|
||||
|
||||
/* libDatabase */
|
||||
|
|
|
@ -1,5 +1,4 @@
|
|||
targets=_libDatabase
|
||||
cppflags_force=-I ../../include
|
||||
cflags_force=-W `pkg-config --cflags python-2.7 libDatabase` -fPIC
|
||||
cflags=-Wall -g -O2
|
||||
ldflags_force=`pkg-config --libs python-2.7 libDatabase`
|
||||
|
|
Loading…
Reference in New Issue
Block a user