Commit 3c2ea8d0 authored by dscho's avatar dscho

if compiling with pthreads, also compile blooptest

parent 0d40904d
......@@ -10,10 +10,18 @@ if WITH_TIGHTVNC_FILETRANSFER
FILETRANSFER=filetransfer
endif
if HAVE_LIBPTHREAD
BLOOPTEST=blooptest
endif
noinst_HEADERS=radon.h
noinst_PROGRAMS=example pnmshow regiontest pnmshow24 fontsel \
vncev storepasswd colourmaptest simple simple15 $(MAC) \
$(FILETRANSFER) backchannel
$(FILETRANSFER) backchannel $(BLOOPTEST)
blooptest.o: example.c
$(CC) $(AM_CFLAGS) $(CFLAGS) -c -o $@ $<
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment