diff options
Diffstat (limited to 'docs/examples/Makefile.m32')
-rw-r--r-- | docs/examples/Makefile.m32 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/examples/Makefile.m32 b/docs/examples/Makefile.m32 index e1ebab853..9fec1f42f 100644 --- a/docs/examples/Makefile.m32 +++ b/docs/examples/Makefile.m32 @@ -110,10 +110,10 @@ endif curl_LDADD += -lws2_32 -lwinmm COMPILE = $(CC) $(INCLUDES) $(CFLAGS) -# Makefile.inc provides the noinst_PROGRAMS and COMPLICATED_EXAMPLES defines +# Makefile.inc provides the check_PROGRAMS and COMPLICATED_EXAMPLES defines include Makefile.inc -example_PROGRAMS := $(patsubst %,%.exe,$(strip $(noinst_PROGRAMS))) +example_PROGRAMS := $(patsubst %,%.exe,$(strip $(check_PROGRAMS))) .SUFFIXES: .rc .res .o .exe |