Skip to content

Commit

Permalink
mvls: Include queue.h in distribution tarball
Browse files Browse the repository at this point in the history
Fixes: a7cb9f4 ("Fix #19: import *BSD queue.h for mvls")
  • Loading branch information
wkz committed Jul 24, 2023
1 parent 6542d6f commit 42c91ef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/mvls/Makefile.am
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
sbin_PROGRAMS = mvls

mvls_SOURCES = mvls.c mvls.h devlink.c devlink.h mvls-show.c mvls-json.c
mvls_SOURCES = mvls.c mvls.h devlink.c devlink.h mvls-show.c mvls-json.c queue.h
mvls_CFLAGS = -Wall -Wextra -Werror -Wno-unused-parameter -I $(top_srcdir)/include $(mnl_CFLAGS)
mvls_LDADD = $(mnl_LIBS)

0 comments on commit 42c91ef

Please sign in to comment.