express: Add media files to build order

Signed-off-by: Chris Michael <cp.michael@samsung.com>
This commit is contained in:
Chris Michael 2015-03-30 16:09:47 -04:00
parent 7d99faa9b1
commit 5daca37ba8
1 changed files with 4 additions and 2 deletions

View File

@ -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 \