Skip to content

Commit f96f7fc

Browse files
committed
Don't forget the args.h file
1 parent 8b4b6d6 commit f96f7fc

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Makefile.am

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ EXTRA_PROGRAMS = nbd-client make-integrityhuge
55
noinst_LTLIBRARIES = libnbdsrv.la libcliserv.la libnbdclt.la
66
libcliserv_la_SOURCES = cliserv.h cliserv.c
77
libcliserv_la_CFLAGS = @CFLAGS@
8-
client_srcs = nbd-client.c args.c cliserv.h nbd-netlink.h
8+
client_srcs = nbd-client.c args.c args.h cliserv.h nbd-netlink.h
99
nbd_server_SOURCES = nbd-server.c cliserv.h lfs.h nbd.h nbdsrv.h backend.h \
1010
netdb-compat.h nbd-helper.h
1111
nbd_trdump_SOURCES = nbd-trdump.c cliserv.h nbd.h

0 commit comments

Comments
 (0)