Last change
on this file since 1996 was
1996,
checked in by bensch, 20 years ago
|
orxonox/branches/gui/guicc: added flags-frame, and an Option to rewrite it.
|
File size:
648 bytes
|
Line | |
---|
1 | AM_CXXFLAGS=`pkg-config --cflags gtk+-2.0` |
---|
2 | AM_LDFLAGS=`pkg-config --libs gtk+-2.0` |
---|
3 | |
---|
4 | bin_PROGRAMS=gui |
---|
5 | gui_SOURCES=orxonox_gui.cc orxonox_gui_video.cc orxonox_gui_audio.cc orxonox_gui_exec.cc orxonox_gui_flags.cc |
---|
6 | #orxonox_gui_file.cc |
---|
7 | |
---|
8 | # uncomment the following if bencoder requires the math library |
---|
9 | #gui_LDADD=-lm |
---|
10 | |
---|
11 | #EXTRA_DIST=orxonox.lsm.in orxonox.spec.in orxonox.texinfo |
---|
12 | |
---|
13 | # if you write a self-test script named `chk', uncomment the |
---|
14 | # following and add `chk' to the EXTRA_DIST list |
---|
15 | #TESTS=chk |
---|
16 | |
---|
17 | # build and install the .info pages |
---|
18 | #info_TEXINFOS = orxonox.texinfo |
---|
19 | #orxonox_TEXINFOS = gpl.texinfo |
---|
20 | |
---|
21 | # install the man pages |
---|
22 | #man_MANS=orxonox.1 |
---|
Note: See
TracBrowser
for help on using the repository browser.