Link with libDatabase as required

This commit is contained in:
Pierre Pronchery 2016-04-22 01:06:04 +02:00
parent a4de436174
commit c869d1d2b4

View File

@ -1,7 +1,7 @@
targets=_libDatabase
cflags_force=`pkg-config --cflags python-2.7` -fPIC
cflags_force=`pkg-config --cflags python-2.7 libSystem` -fPIC
cflags=-W -Wall -g -O2 -pedantic -D_FORTIFY_SOURCE=2 -fstack-protector-all
ldflags_force=`pkg-config --libs python-2.7`
ldflags_force=`pkg-config --libs python-2.7 libSystem` -lDatabase
ldflags=-L$(OBJDIR).. -Wl,-rpath,$(LIBDIR)
dist=Makefile,libDatabase.py