Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

source: orxonox.OLD/trunk/src/lib/gui/gl_gui/Makefile.am @ 5331

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

orxonox/trunk: some renaiming of GUI
i am looking forward to coding some simple buttons… hopefully it works

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