Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

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

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

qt_gui:more gui work

File size: 309 bytes
Line 
1MAINSRCDIR=../../..
2include $(MAINSRCDIR)/defs/include_paths.am
3
4AM_LDFLAGS =
5
6noinst_LIBRARIES = libORXqtgui.a
7
8
9libORXqtgui_a_CPPFLAGS = \
10                @QT_CXXFLAGS@ \
11                -DBUILD_ORXONOX
12
13
14libORXqtgui_a_SOURCES = \
15                gui_saveable.cc \
16                \
17                qt_gui.cc
18
19noinst_HEADERS= \
20                gui_saveable.h \
21                \
22                qt_gui.h
23
24EXTRA_DIST =
25
Note: See TracBrowser for help on using the repository browser.