Skip to content

Commit

Permalink
Add preprocessor flags for libapr to makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
liesen committed Nov 19, 2011
1 parent 6161c37 commit 4760cf3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Expand Up @@ -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)

Expand Down

0 comments on commit 4760cf3

Please sign in to comment.