add demux.c to the makefiles

Change-Id: If98c0ea859c845261218196df35e905589f09e76
This commit is contained in:
James Zern
2012-06-21 18:33:09 -07:00
parent 4708393c3b
commit e5f467420d
4 changed files with 4 additions and 0 deletions

View File

@ -194,6 +194,7 @@ ENC_OBJS = \
$(DIROBJ)\enc\webpenc.obj \
MUX_OBJS = \
$(DIROBJ)\mux\demux.obj \
$(DIROBJ)\mux\muxedit.obj \
$(DIROBJ)\mux\muxinternal.obj \
$(DIROBJ)\mux\muxread.obj \