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 28 29 30 31 32 33 34
|
Description: Don't use internal gctp; link the Debian version.
Author: Alastair McKinstry <mckinstry@debian.org>
Last-Updated: 2009-12-07
Forwarded: not-needed
--- a/Makefile.am
+++ b/Makefile.am
@@ -6,4 +6,4 @@
# List of subdirectories.
-SUBDIRS=include gctp src samples testdrivers doc
+SUBDIRS=include src samples testdrivers doc
--- a/config/include.am
+++ b/config/include.am
@@ -4,5 +4,5 @@
## shared definitions.
LIBHDFEOS5=$(top_builddir)/src/libhe5_hdfeos.la
-LIBGCTP=$(top_builddir)/gctp/src/libGctp.la
+LIBGCTP=-lgctp
--- a/configure.ac
+++ b/configure.ac
@@ -33,9 +33,6 @@
AC_CONFIG_FILES([Makefile
include/Makefile
src/Makefile
- gctp/Makefile
- gctp/include/Makefile
- gctp/src/Makefile
samples/Makefile
testdrivers/Makefile
testdrivers/grid/Makefile
|