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