]> Pileus Git - lackey/blobdiff - makefile
Add basic forms
[lackey] / makefile
index 14d6a71dda7331b616033a4a3b083f28a4f79a56..853d1c416697cfc499a763c58bda875e07a35bf6 100644 (file)
--- a/makefile
+++ b/makefile
@@ -15,15 +15,16 @@ LDFLAGS   ?= -lncursesw -lical
 
 # Sources
 PROG      ?= lackey
-PROG_SRC  ?= main view date cal args conf util
+PROG_SRC  ?= main view form date cal args conf util
 TEST      ?= test
-TEST_SRC  ?= test date cal conf util
+TEST_SRC  ?= test form date cal conf util
 VIEWS     ?= day week month year events todo settings help edit
 CALS      ?= dummy ical
 
 # Objects
 views/%.o  cals/%.o:  CFLAGS += -Isrc
 src/view.o views/%.o: CFLAGS += $(strip $(shell pkg-config --cflags ncursesw))
+src/form.o:           CFLAGS += $(strip $(shell pkg-config --cflags ncursesw))
 
 # Targets
 all: $(PROG)