Description: Don't build vendored GCTP; use the Debian version
Author: Alastair McKinstry <mckinstry@debian.org>
Last-Updated: 2021-09-29
Forwarded: no

--- a/configure.ac
+++ b/configure.ac
@@ -33,9 +33,6 @@
                 include/Makefile
                 doc/Makefile
                 src/Makefile
-                gctp/Makefile
-                gctp/include/Makefile
-                gctp/src/Makefile
                 samples/Makefile
 		hdf-eos4.pc
                 testdrivers/Makefile
--- a/Makefile.am
+++ b/Makefile.am
@@ -4,6 +4,6 @@
 
 include $(top_srcdir)/config/include.am
 
-SUBDIRS=include gctp src samples testdrivers doc
+SUBDIRS=include  src samples testdrivers doc
 
 EXTRA_DIST = vs2019
