Changeset 2019 in orxonox.OLD for orxonox/trunk/console/Makefile.am
- Timestamp:
- Jun 23, 2004, 12:37:54 AM (21 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
orxonox/trunk/console/Makefile.am
r1956 r2019 1 AM_CXXFLAGS=`pkg-config --cflags gtk+-2.0` 2 AM_LDFLAGS=`pkg-config --libs gtk+-2.0`1 AM_CXXFLAGS=`pkg-config --cflags gtk+-2.0` $(MSBITFIELDS) 2 #AM_LDFLAGS=`pkg-config --libs gtk+-2.0` 3 3 4 4 bin_PROGRAMS=console 5 console_SOURCES=orxonox_console.cc orxonox_console_entry.cc orxonox_console_log.cc 5 console_SOURCES=orxonox_console.cc orxonox_console.h \ 6 orxonox_console_entry.cc orxonox_console_entry.h \ 7 orxonox_console_log.cc orxonox_console_log.h 6 8 7 9 # uncomment the following if bencoder requires the math library
Note: See TracChangeset
for help on using the changeset viewer.