diff options
Diffstat (limited to 'src/transport/Makefile.am')
-rw-r--r-- | src/transport/Makefile.am | 2 |
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 = \ gnunet_transport_DEPENDENCIES = \ libgnunettransport.la -if HAVE_GLPK +if HAVE_LIBGLPK GN_GLPK = -lglpk endif |