Use libDatabase.h from the source tree

This commit is contained in:
Pierre Pronchery 2015-06-15 01:54:43 -04:00
parent 58832d6953
commit a90d67c478
2 changed files with 1 additions and 2 deletions

View File

@ -16,7 +16,7 @@
#include <Python.h>
#include "Database.h"
#include "../../include/Database.h"
/* libDatabase */

View File

@ -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`