19 lines
480 B
Diff
19 lines
480 B
Diff
diff --git i/Makefile.am w/Makefile.am
|
|
index 316109b1..3ef672fe 100644
|
|
--- i/Makefile.am
|
|
+++ w/Makefile.am
|
|
@@ -2,12 +2,12 @@
|
|
|
|
ACLOCAL_AMFLAGS = -I m4
|
|
|
|
-SUBDIRS = include . doc example fuzz xstc
|
|
+SUBDIRS = include . doc example xstc
|
|
if WITH_PYTHON
|
|
SUBDIRS += python
|
|
endif
|
|
|
|
-DIST_SUBDIRS = include . doc example fuzz python xstc
|
|
+DIST_SUBDIRS = include . doc example python xstc
|
|
|
|
AM_CPPFLAGS = -I$(top_builddir)/include -I$(srcdir)/include -DSYSCONFDIR='"$(sysconfdir)"'
|
|
|