blob: e7f66633521e720b50e67a7a4f3e3c99640678e8 (
plain)
1
2
3
4
5
6
7
8
9
10
|
METASOURCES = AUTO
libosiriongl_la_LDFLAGS = -avoid-version
noinst_LTLIBRARIES = libosiriongl.la
INCLUDES = -I$(top_srcdir)/src
libosiriongl_la_SOURCES = box.h box.cc sphere.cc sphere.h osiriongl.cc \
osiriongl.h
noinst_HEADERS = box.h box.h
|