You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

11 lines
345 B

  1. --- a/Makefile.am
  2. +++ b/Makefile.am
  3. @@ -35,7 +35,7 @@ nbd_client_CFLAGS = $(client_flags) @Gnu
  4. nbd_client_LDADD = $(client_libs) @GnuTLS_LIBS@
  5. else
  6. nbd_client_SOURCES = $(client_srcs)
  7. -nbd_client_CFLAGS = $(client_flags)
  8. +nbd_client_CFLAGS = $(client_flags) -DNOTLS -DPROG_NAME='"nbd-client"'
  9. nbd_client_LDADD = $(client_libs)
  10. endif
  11. endif