From 98801148b961979ca24bbb397f451849f801ca99 Mon Sep 17 00:00:00 2001 From: David Schleef Date: Fri, 2 May 2003 07:52:24 +0000 Subject: [PATCH] demos should be nodist --- demo/Makefile.am | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/demo/Makefile.am b/demo/Makefile.am index 404ab5e..c1d8674 100644 --- a/demo/Makefile.am +++ b/demo/Makefile.am @@ -1,9 +1,10 @@ -bin_PROGRAMS = \ +noinst_PROGRAMS = \ antialias ao_waveform apply_cal cmd dio eeprom_dump info \ inp inpn insn ledclock mmap outp poll receiver select \ sender sigio sv tut1 tut2 +noinst_HEADERS = examples.h antialias_SOURCES = antialias.c common.c antialias_CFLAGS = $(COMEDILIB_CFLAGS) -- 2.26.2