diff --git a/src/project.conf b/src/project.conf index d92f348..c29fb54 100644 --- a/src/project.conf +++ b/src/project.conf @@ -5,11 +5,13 @@ ldflags_force=`pkg-config --libs libDesktop` ldflags=-pie -Wl,-z,relro -Wl,-z,now dist=Makefile,calendar.h,event.h,window.h +#targets [calendar] type=binary sources=calendar.c,event.c,window.c,main.c install=$(BINDIR) +#sources [calendar.c] depends=calendar.h,event.h,../config.h cflags=-fPIC diff --git a/tools/project.conf b/tools/project.conf index bbdeac8..365f276 100644 --- a/tools/project.conf +++ b/tools/project.conf @@ -5,10 +5,12 @@ ldflags_force=`pkg-config --libs libDesktop` ldflags=-Wl,-z,relro -Wl,-z,now dist=Makefile +#targets [calendar] type=plugin sources=calendar.c install=$(LIBDIR)/Mailer/plugins +#sources [calendar.c] depends=../src/calendar.h,../src/calendar.c,../src/event.c