Project::OSiRiON - Git repositories
Project::OSiRiON
News . About . Screenshots . Downloads . Forum . Wiki . Tracker . Git
summaryrefslogtreecommitdiff
blob: 7c1445e1de5f558fb793f793457830f024dd95de (plain)
1
2
3
4
5
6
7
8
9
10
METASOURCES = AUTO
INCLUDES = -I$(top_srcdir)/src

libgl_la_SOURCES = box.cc sphere.cc gllib.cc
libgl_la_LDFLAGS = -avoid-version -no-undefined @GL_LIBS@
libgl_la_CXXFLAGS = @GL_CFLAGS@

noinst_LTLIBRARIES = libgl.la
noinst_HEADERS = box.h gllib.h sphere.h