Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

source: orxonox.OLD/orxonox/trunk/Makefile.am @ 3147

Last change on this file since 3147 was 3100, checked in by bensch, 20 years ago

orxonox/trunk: ability to disable GTK with ./configure —disable-gtk

File size: 100 bytes
Line 
1if HAVE_GTK2
2  GTK_PROGS =gui console
3else
4  GTK_PROGS =
5endif
6
7SUBDIRS = src importer $(GTK_PROGS)
Note: See TracBrowser for help on using the repository browser.