Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

source: orxonox.OLD/branches/qt_gui/src/lib/gui/Makefile.am @ 7476

Last change on this file since 7476 was 7476, checked in by bensch, 18 years ago

qt_gui: added some missing files

File size: 316 bytes
Line 
1MAINSRCDIR=../..
2include $(MAINSRCDIR)/defs/include_paths.am
3
4AM_LDFLAGS =
5
6noinst_LIBRARIES = libORXbasegui.a
7
8
9libORXbasegui_a_SOURCES = \
10                gui_element.cc \
11                gui_saveable.cc \
12                gui.cc
13
14
15noinst_HEADERS= \
16                gui_element.h \
17                gui_saveable.h \
18                gui.h
19
20
21EXTRA_DIST =
22
23SUBDIRS = \
24        . \
25        gtk_gui \
26        gl_gui \
27        qt_gui
Note: See TracBrowser for help on using the repository browser.