1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27
|
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
|