From a0de1ab697f55452e5a782e334fcbf8ad6a91f62 Mon Sep 17 00:00:00 2001 From: Pierre Pronchery Date: Mon, 3 Feb 2020 06:15:23 +0100 Subject: [PATCH] Code cleanup --- src/project.conf | 2 ++ tools/project.conf | 2 ++ 2 files changed, 4 insertions(+) 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