aboutsummaryrefslogtreecommitdiff
path: root/src/transport/Makefile.am
diff options
context:
space:
mode:
authorMatthias Wachs <wachs@net.in.tum.de>2011-03-23 12:55:18 +0000
committerMatthias Wachs <wachs@net.in.tum.de>2011-03-23 12:55:18 +0000
commit1f48706b38a99959f71c2c6a3755024d0b86f95d (patch)
treeecb85395005ec8c4bd4bc6df4e013ec4c3aba2d0 /src/transport/Makefile.am
parent5598af2681b330ef126664e835f02f750b1491cd (diff)
downloadgnunet-1f48706b38a99959f71c2c6a3755024d0b86f95d.tar.gz
gnunet-1f48706b38a99959f71c2c6a3755024d0b86f95d.zip
changes to configure.ac
Diffstat (limited to 'src/transport/Makefile.am')
-rw-r--r--src/transport/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/transport/Makefile.am b/src/transport/Makefile.am
index 43c4692b5..4706570e4 100644
--- a/src/transport/Makefile.am
+++ b/src/transport/Makefile.am
@@ -105,7 +105,7 @@ gnunet_transport_LDADD = \
105gnunet_transport_DEPENDENCIES = \ 105gnunet_transport_DEPENDENCIES = \
106 libgnunettransport.la 106 libgnunettransport.la
107 107
108if HAVE_GLPK 108if HAVE_LIBGLPK
109 GN_GLPK = -lglpk 109 GN_GLPK = -lglpk
110endif 110endif
111 111