projects
/
btb
/
d2x.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
move SDL_LIBS to LIBS, SDL_CFLAGS to CFLAGS
[btb/d2x.git]
/
arch
/
ogl
/
Makefile.am
1
noinst_LIBRARIES = libarch_ogl.a
2
3
INCLUDES = -I$(top_srcdir) -I$(top_srcdir)/includes -I$(top_srcdir)/main -I$(top_srcdir)/arch/include
4
5
libarch_ogl_a_SOURCES = gr.c ogl.c sdlgl.c
6
7
# Not currently used
8
EXTRA_DIST = \
9
wgl.c glx.c