Last change
on this file since 1977 was
1977,
checked in by bensch, 20 years ago
|
orxonox/branches/gui: updated from trunk with 'svn merge -r 1860 [trunkdir] .'
|
File size:
603 bytes
|
Line | |
---|
1 | AM_CXXFLAGS=`pkg-config --cflags gtk+-2.0` |
---|
2 | AM_LDFLAGS=`pkg-config --libs gtk+-2.0` |
---|
3 | |
---|
4 | bin_PROGRAMS=console |
---|
5 | console_SOURCES=orxonox_console.cc orxonox_console_entry.cc orxonox_console_log.cc |
---|
6 | |
---|
7 | # uncomment the following if bencoder requires the math library |
---|
8 | #gui_LDADD=-lm |
---|
9 | |
---|
10 | #EXTRA_DIST=orxonox.lsm.in orxonox.spec.in orxonox.texinfo |
---|
11 | |
---|
12 | # if you write a self-test script named `chk', uncomment the |
---|
13 | # following and add `chk' to the EXTRA_DIST list |
---|
14 | #TESTS=chk |
---|
15 | |
---|
16 | # build and install the .info pages |
---|
17 | #info_TEXINFOS = orxonox.texinfo |
---|
18 | #orxonox_TEXINFOS = gpl.texinfo |
---|
19 | |
---|
20 | # install the man pages |
---|
21 | #man_MANS=orxonox.1 |
---|
Note: See
TracBrowser
for help on using the repository browser.