Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

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

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

compile again

File size: 294 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
13
14noinst_HEADERS= \
15                gui_element.h \
16                gui_saveable.h
17
18EXTRA_DIST =
19
20SUBDIRS = \
21        . \
22        gtk_gui \
23        gl_gui \
24        qt_gui
Note: See TracBrowser for help on using the repository browser.