Merge "add demux.c to the makefiles"

This commit is contained in:
James Zern
2012-06-21 23:44:44 -07:00
committed by Gerrit Code Review
4 changed files with 4 additions and 0 deletions

View File

@ -2,6 +2,7 @@ AM_CPPFLAGS = -I$(top_srcdir)/src
lib_LTLIBRARIES = libwebpmux.la
libwebpmux_la_SOURCES =
libwebpmux_la_SOURCES += demux.c
libwebpmux_la_SOURCES += muxedit.c
libwebpmux_la_SOURCES += muxi.h
libwebpmux_la_SOURCES += muxinternal.c