source:
orxonox.OLD/branches/qt_gui/src/lib/gui/Makefile.am
@
7471
Last change on this file since 7471 was 7470, checked in by bensch, 19 years ago | |
---|---|
File size: 294 bytes |
Line | |
---|---|
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 | |
13 | |
14 | noinst_HEADERS= \ |
15 | gui_element.h \ |
16 | gui_saveable.h |
17 | |
18 | EXTRA_DIST = |
19 | |
20 | SUBDIRS = \ |
21 | . \ |
22 | gtk_gui \ |
23 | gl_gui \ |
24 | qt_gui |
Note: See TracBrowser
for help on using the repository browser.