From: =?utf-8?q?Javier_Fern=C3=A1ndez-Sanguino_Pe=C3=B1a?= <jfs@debian.org>
Date: Wed, 8 Nov 2023 13:58:09 +0100
Subject: disable_example

---
 Makefile.am  | 2 +-
 configure.ac | 1 -
 2 files changed, 1 insertion(+), 2 deletions(-)

diff --git a/Makefile.am b/Makefile.am
index dcba62b..21d64bf 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -7,6 +7,6 @@ pkgconfig_DATA = libdaq.pc
 if BUILD_MODULES
     MODULES_DIR = modules
 endif
-SUBDIRS = api $(MODULES_DIR) example test
+SUBDIRS = api $(MODULES_DIR) test
 
 ACLOCAL_AMFLAGS = -I m4
diff --git a/configure.ac b/configure.ac
index 2a3860c..a168548 100644
--- a/configure.ac
+++ b/configure.ac
@@ -331,7 +331,6 @@ fi
 AC_CONFIG_FILES([Makefile
                  api/daq_version.h
                  api/Makefile
-                 example/Makefile
                  modules/Makefile
                  test/Makefile
                  libdaq.pc
