diff options
author | marco <marco@conformal.com> | 2011-10-09 09:30:11 -0500 |
---|---|---|
committer | Marco Peereboom <marco@conformal.com> | 2011-10-10 18:06:39 -0500 |
commit | ef3480bac0642dd2ee2e2564e62da46cca77d1a2 (patch) | |
tree | 8166bd92134705666c99be419a859a89f982938d /Makefile | |
parent | 16546c8d1cb6623d4799c826ad9d0b03b0976aaf (diff) | |
download | xombrero-ef3480bac0642dd2ee2e2564e62da46cca77d1a2.tar.gz |
bring threads back from dead
IT'S ALIIIIIIIIIVEEEEEEEE
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile index 1a00e70..4242a50 100644 --- a/Makefile +++ b/Makefile @@ -17,8 +17,8 @@ LIBS+= gnutls LIBS+= gthread-2.0 GTK_CFLAGS!= pkg-config --cflags $(LIBS) GTK_LDFLAGS!= pkg-config --libs $(LIBS) -CFLAGS+= $(GTK_CFLAGS) -Wall -LDFLAGS+= $(GTK_LDFLAGS) +CFLAGS+= $(GTK_CFLAGS) -Wall -pthread +LDFLAGS+= $(GTK_LDFLAGS) -pthread BUILDVERSION != sh "${.CURDIR}/buildver.sh" .if !${BUILDVERSION} == "" CPPFLAGS+= -DXXXTERM_BUILDSTR=\"$(BUILDVERSION)\" |