Apparently betawidget depends on GLee and utf.[ch], so make sure to compile those along

git-svn-id: svn+ssh://svn.gna.org/svn/warzone/trunk@5941 4a71c877-e1ca-e34f-864e-861f7616d084
master
Giel van Schijndel 2008-09-06 16:11:30 +00:00
parent bdae8ce9ef
commit 330d599916
1 changed files with 4 additions and 0 deletions

View File

@ -11,6 +11,10 @@ libbetawidget_la_LDFLAGS = $(CAIRO_SVG_LIBS) $(OPENGL_LIBS)
noinst_HEADERS = clipboard.h font.h geom.h hBox.h internal-cairo.h keycode.h \
spacer.h textEntry.h vector.h widget.h window.h
# utf.c, GLee
libbetawidget_la_SOURCES += ../framework/utf.c ../ivis_opengl/GLee.c
noinst_HEADERS += ../framework/utf.h ../ivis_opengl/GLee.h
# Platform selection
PLATFORM=platform/sdl