diff --git a/src/bin/Makefile.am b/src/bin/Makefile.am index b32eca9..5c6654a 100644 --- a/src/bin/Makefile.am +++ b/src/bin/Makefile.am @@ -38,7 +38,8 @@ options_servers.h \ options_channels.h \ options_tools.h \ gravatar.h \ -md5/md5.h +md5/md5.h \ +media.h express_SOURCES = \ $(EXPRESSHEADERS) \ @@ -66,7 +67,8 @@ options_servers.c \ options_channels.c \ options_tools.c \ gravatar.c \ -md5/md5.c +md5/md5.c \ +media.c express_LDADD = \ $(top_builddir)/src/lib/libexpress.la \