mirror of
https://github.com/vgmstream/vgmstream.git
synced 2024-11-25 23:30:23 +01:00
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:
parent
87e1f9c087
commit
edfe221d86
@ -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)
|
||||
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user