Skip to content

Commit

Permalink
src/Makefile.am: Add missing log.h to smcrouted sources
Browse files Browse the repository at this point in the history
Signed-off-by: Joachim Nilsson <troglobit@gmail.com>
  • Loading branch information
troglobit committed May 28, 2017
1 parent 2f60661 commit b758a61
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/Makefile.am
@@ -1,6 +1,6 @@
sbin_PROGRAMS = smcrouted
smcrouted_SOURCES = smcrouted.c mroute.c mroute.h ifvc.c ifvc.h mcgroup.c mcgroup.h \
script.c script.h util.h log.c pidfile.c socket.c socket.h \
smcrouted_SOURCES = smcrouted.c mroute.c mroute.h ifvc.c ifvc.h mcgroup.c mcgroup.h \
script.c script.h util.h log.c log.h pidfile.c socket.c socket.h \
timer.c timer.h utimensat.c queue.h
smcrouted_CFLAGS = -W -Wall -Wextra -Wno-deprecated-declarations
smcrouted_CPPFLAGS = -D_ATFILE_SOURCE -D_INCOMPLETE_XOPEN_C063
Expand Down

0 comments on commit b758a61

Please sign in to comment.