--- Makefile.am.orig	2019-02-17 12:45:07.000000000 -0700
+++ Makefile.am	2019-02-17 12:45:34.000000000 -0700
@@ -76,16 +76,3 @@
 pkgconfigdir = $(libdir)/pkgconfig
 pkgconfig_DATA = src/libbdplus.pc
 
-
-#
-# examples
-#
-
-noinst_PROGRAMS = bdplus_test convtab_dump
-
-bdplus_test_SOURCES = src/examples/bdplus_test.c
-bdplus_test_CFLAGS  = $(AM_CFLAGS) $(LIBAACS_CFLAGS)
-bdplus_test_LDADD   = libbdplus.la
-bdplus_test_LDADD  += $(LIBAACS_LIBS)
-
-convtab_dump_SOURCES = src/examples/convtab_dump.c