This commit is contained in:
Pierre Pronchery 2016-04-22 00:49:56 +02:00
parent 54c6750603
commit 200591f650

View File

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