From 296f313ed1bee88f3713f1dff0a6bd6996eb93a5 Mon Sep 17 00:00:00 2001 From: Pierre Pronchery Date: Mon, 10 Oct 2016 16:49:24 +0200 Subject: [PATCH] Import missing file --- src/lib/project.conf | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 src/lib/project.conf diff --git a/src/lib/project.conf b/src/lib/project.conf new file mode 100644 index 0000000..2857f5f --- /dev/null +++ b/src/lib/project.conf @@ -0,0 +1,11 @@ +targets=libBrowser +cflags_force=`pkg-config --cflags libDesktop` -fPIC +cflags=-W -Wall -g -O2 -pedantic -D_FORTIFY_SOURCE=2 -fstack-protector-all +ldflags_force=`pkg-config --libs libDesktop` -lintl +ldflags=-Wl,-z,relro -Wl,-z,now +dist=Makefile + +[libBrowser] +type=library +sources=vfs.c +install=$(LIBDIR)