Filling in the devpkg main executable, almost ready for challenge and mid-term (?)

This commit is contained in:
Dan Buch
2011-11-17 07:55:03 -05:00
parent 61c100d6dc
commit 313b7e6e44
3 changed files with 107 additions and 1 deletions

View File

@@ -1,6 +1,6 @@
PREFIX?=/usr/local
CFLAGS=-g -Wall -I${PREFIX}/apr/include/apr-1 -D_LARGEFILE64_SOURCE
LDFLAGS=-lapr-1 -pthread -laprutil-1
LDFLAGS=-L${PREFIX}/apr/lib -lapr-1 -pthread -laprutil-1
all: devpkg