Dont build x11 sample with MinGW.

This commit is contained in:
Guenter Knauf 2011-09-10 15:09:38 +02:00
parent 52d24bc9d2
commit e0e8d3b0b7

View File

@ -26,7 +26,8 @@ endif
LINK_STATIC = 1
# Edit the vars below to change target settings.
TARGETS = $(patsubst ../../example/%.c, %.exe, $(wildcard ../../example/*.c))
SAMPLES = ../../example
TARGETS := $(filter-out x11.exe,$(patsubst $(SAMPLES)/%.c,%.exe,$(strip $(wildcard $(SAMPLES)/*.c))))
VERSION = $(LIBSSH2_VERSION)
COPYR = (c) $(LIBSSH2_COPYRIGHT_STR)
WWWURL = http://www.libssh2.org/