source:
orxonox.OLD/trunk/src/lib/gui/Makefile.am
@
8914
Last change on this file since 8914 was 8145, checked in by bensch, 18 years ago | |
---|---|
File size: 308 bytes |
Rev | Line | |
---|---|---|
[7661] | 1 | MAINSRCDIR=../.. |
2 | include $(MAINSRCDIR)/defs/include_paths.am | |
3 | ||
4 | AM_LDFLAGS = | |
5 | ||
6 | noinst_LIBRARIES = libORXbasegui.a | |
7 | ||
8 | ||
9 | libORXbasegui_a_SOURCES = \ | |
10 | gui_element.cc \ | |
11 | gui_saveable.cc \ | |
12 | gui.cc | |
13 | ||
14 | ||
15 | noinst_HEADERS= \ | |
16 | gui_element.h \ | |
17 | gui_saveable.h \ | |
18 | gui.h | |
19 | ||
20 | ||
21 | EXTRA_DIST = | |
22 | ||
23 | SUBDIRS = \ | |
24 | . \ | |
[8145] | 25 | gl \ |
26 | qt | |
[7661] | 27 | |
28 | # gtk_gui |
Note: See TracBrowser
for help on using the repository browser.