From d584d29ac49182130d643c9221047e0acb5cfa01 Mon Sep 17 00:00:00 2001 From: Stijn Buys Date: Wed, 30 Jan 2008 17:36:03 +0000 Subject: accomodate the new modules --- src/gl/Makefile.am | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) (limited to 'src/gl/Makefile.am') diff --git a/src/gl/Makefile.am b/src/gl/Makefile.am index 291565d..7c1445e 100644 --- a/src/gl/Makefile.am +++ b/src/gl/Makefile.am @@ -1,9 +1,10 @@ - METASOURCES = AUTO +INCLUDES = -I$(top_srcdir)/src -libosiriongl_la_LDFLAGS = -avoid-version -no-undefined -noinst_LTLIBRARIES = libosiriongl.la +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 -INCLUDES = -I$(top_srcdir)/src -libosiriongl_la_SOURCES = box.cc sphere.cc osiriongl.cc -noinst_HEADERS = box.h osiriongl.h sphere.h -- cgit v1.2.3