Skip to content

Commit

Permalink
Add missing bridge.h to Makefile.am for distribution
Browse files Browse the repository at this point in the history
Signed-off-by: Joachim Wiberg <[email protected]>
  • Loading branch information
troglobit committed Apr 17, 2024
1 parent 167df03 commit aabf05f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,8 @@ mcd_SOURCES = main.c cfparse.y config.c defs.h \
inet.c inet.h \
ipc.c ipc.h \
jsmn.h log.c \
bridge.c pev.c pev.h \
bridge.c bridge.h \
pev.c pev.h \
pathnames.h queue.h
mcd_CPPFLAGS = $(AM_CPPFLAGS)
mcd_LDADD = $(LIBS) $(LIBOBJS)
Expand Down

0 comments on commit aabf05f

Please sign in to comment.