diff options
Diffstat (limited to 'cad/gnetman/patches/patch-az')
-rw-r--r-- | cad/gnetman/patches/patch-az | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/cad/gnetman/patches/patch-az b/cad/gnetman/patches/patch-az new file mode 100644 index 00000000000..7fcce03bb2a --- /dev/null +++ b/cad/gnetman/patches/patch-az @@ -0,0 +1,22 @@ +$NetBSD: patch-az,v 1.1.1.1 2004/07/17 23:49:26 dmcmahill Exp $ + +--- test/Makefile.am.orig Mon Jan 5 03:33:48 2004 ++++ test/Makefile.am +@@ -1,5 +1,16 @@ + testdir = $(datadir)/gEDA/examples/gnetman + +-test_DATA=$(srcdir)/*.sch $(srcdir)/*.sym ++test_DATA= \ ++ bustest.sch \ ++ bustest.sym \ ++ bustop.sch \ ++ commatest.sch \ ++ reg32.sch \ ++ reg32.sym \ ++ shifter.sch \ ++ shifter.sym \ ++ sim_test.sch \ ++ spicecomp.sch \ ++ spicetest.sch + + EXTRA_DIST = $(test_DATA) |