From 090d64a777fa40fa7c84dcee8b2a126de2c15faa Mon Sep 17 00:00:00 2001 From: Marco Peereboom Date: Thu, 3 Nov 2011 10:29:47 -0500 Subject: oops, add missing CFLAGS --- linux/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'linux') diff --git a/linux/Makefile b/linux/Makefile index b51c0c6..874e387 100644 --- a/linux/Makefile +++ b/linux/Makefile @@ -18,8 +18,8 @@ javascript.h: ../js-merge-helper.pl ../hinting.js xxxterm.o: javascript.h -xxxterm: ../whitelist.c ../settings.c ../marco.o ../about.o ../inspector.o ../xxxterm.o linux.o - $(CC) $(LDFLAGS) -o $@ $+ $(LDADD) +xxxterm: ../whitelist.c ../cookie.c ../settings.c ../marco.o ../about.o ../inspector.o ../xxxterm.o linux.o + $(CC) $(CFLAGS) $(LDFLAGS) -o $@ $+ $(LDADD) install: all install -m 755 -d $(DESTDIR)$(BINDIR) -- cgit 1.4.1-2-gfad0