missing makefile entries for gsp_gsb

git-svn-id: https://vgmstream.svn.sourceforge.net/svnroot/vgmstream@494 51a99a44-fe44-0410-b1ba-c3e57ba2b86b
This commit is contained in:
halleyscometsw 2008-12-01 17:37:09 +00:00
parent 87e1f9c087
commit edfe221d86
2 changed files with 3 additions and 1 deletions

View File

@ -152,7 +152,8 @@ META_OBJS=meta/adx_header.o \
meta/gca.o \
meta/ish_isd.o \
meta/spt_spd.o \
meta/ydsp.o
meta/ydsp.o \
meta/gsp_gsb.o
OBJECTS=vgmstream.o streamfile.o util.o $(CODING_OBJS) $(LAYOUT_OBJS) $(META_OBJS)

View File

@ -121,4 +121,5 @@ libmeta_la_SOURCES += gca.c
libmeta_la_SOURCES += ish_isd.c
libmeta_la_SOURCES += spt_spd.c
libmeta_la_SOURCES += ydsp.c
libmeta_la_SOURCES += gsp_gsb.c
EXTRA_DIST = meta.h