Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

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

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

compiles again

File size: 303 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                qt_gui.cc \
16                \
17                gui_video.cc
18
19noinst_HEADERS= \
20                qt_gui.h \
21                \
22                gui_video.h
23
24EXTRA_DIST =
25
Note: See TracBrowser for help on using the repository browser.