X-Git-Url: http://git.alex.org.uk diff --git a/Makefile.am b/Makefile.am index 0505999..7ce6308 100644 --- a/Makefile.am +++ b/Makefile.am @@ -2,6 +2,8 @@ bin_PROGRAMS = nbd-server EXTRA_PROGRAMS = nbd-client nbd_client_SOURCES = nbd-client.c cliserv.h nbd_server_SOURCES = nbd-server.c cliserv.h +nbd_server_CFLAGS = @CFLAGS@ @GLIB_CFLAGS@ +nbd_server_LDADD = @GLIB_LIBS@ man1_MANS = nbd-server.1 man8_MANS = nbd-client.8 EXTRA_DIST = nbd-client.8.sgml nbd-server.1.sgml gznbd winnbd