Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

source: orxonox.OLD/trunk/src/lib/gui/gui_opengl/Makefile.am @ 5312

Last change on this file since 5312 was 5312, checked in by bensch, 19 years ago

orxonox/trunk: build the glMenu as part of the new LIB: libORXguiGL

File size: 273 bytes
Line 
1MAINSRCDIR=../../..
2include $(MAINSRCDIR)/defs/include_paths.am
3
4AM_LDFLAGS =
5
6noinst_LIBRARIES = libORXguiGL.a
7
8libORXguiGL_a_CPPFLAGS = -DBUILD_ORXONOX
9
10
11libORXguiGL_a_SOURCES = glmenu/glmenu_imagescreen.cc
12
13noinst_HEADERS= glmenu/glmenu_imagescreen.h
14
15
16EXTRA_DIST =
17
Note: See TracBrowser for help on using the repository browser.