Notes/tools/project.conf
Pierre Pronchery e54e881eee Initial import of DeforaOS Notes
This is forked from DeforaOS Todo.
2015-08-31 03:31:03 +02:00

14 lines
343 B
Plaintext

targets=notes
cflags_force=`pkg-config --cflags libDesktop Mailer`
cflags=-W -Wall -g -O2 -pedantic -fPIC -D_FORTIFY_SOURCE=2 -fstack-protector-all
ldflags_force=`pkg-config --libs libDesktop`
dist=Makefile
[notes]
type=plugin
sources=notes.c
install=$(LIBDIR)/Mailer/plugins
[notes.c]
depends=../src/note.c,../src/noteedit.c,../src/notes.c