diff options
author | Josh Rickmar <jrick@devio.us> | 2012-08-09 13:19:27 -0400 |
---|---|---|
committer | Josh Rickmar <jrick@devio.us> | 2012-08-09 13:19:27 -0400 |
commit | ef04a2b754cf7e4457098e40fddda51d1efa877a (patch) | |
tree | 5f0eea47d6e858376eb1b5d3799622f12976c8fb /freebsd/Makefile | |
parent | cf589a1ebf416f9845b7090560391e0a7476303b (diff) | |
download | xombrero-ef04a2b754cf7e4457098e40fddda51d1efa877a.tar.gz |
Include . and .. when building on FreeBSD
Diffstat (limited to 'freebsd/Makefile')
-rw-r--r-- | freebsd/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/freebsd/Makefile b/freebsd/Makefile index 011354c..cf65ea8 100644 --- a/freebsd/Makefile +++ b/freebsd/Makefile @@ -9,7 +9,7 @@ LIBS+= libsoup-2.4 gnutls gthread-2.0 LDADD= -lutil -lgcrypt GTK_CFLAGS!= pkg-config --cflags $(LIBS) GTK_LDFLAGS!= pkg-config --libs $(LIBS) -CFLAGS+= $(GTK_CFLAGS) -O2 -Wall -pthread +CFLAGS+= $(GTK_CFLAGS) -O2 -Wall -pthread -I. -I.. LDFLAGS+= $(GTK_LDFLAGS) -pthread PREFIX?= /usr/local |