From 4760cf3837913510a25e22754fb3cba62e1668cf Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Johan=20Liese=CC=81n?= Date: Sat, 19 Nov 2011 18:49:39 +0100 Subject: [PATCH] Add preprocessor flags for libapr to makefile --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index e3cd03f..a692ceb 100644 --- a/Makefile +++ b/Makefile @@ -2,7 +2,7 @@ CFLAGS = -std=c99 -Wall -I/usr/include/subversion-1 LDFLAGS = -lspotify -levent -levent_pthreads -ljansson -lsvn_diff-1 -lsvn_subr-1 SOURCES = appkey.c account.c diff.c json.c server.c -override CFLAGS += $(shell apr-1-config --cflags --includes) +override CFLAGS += $(shell apr-1-config --cflags --cppflags --includes) override LDFLAGS += $(shell apr-1-config --link-ld --libs)