Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 3100 in orxonox.OLD for orxonox/trunk/Makefile.am


Ignore:
Timestamp:
Dec 5, 2004, 2:50:29 PM (19 years ago)
Author:
bensch
Message:

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • orxonox/trunk/Makefile.am

    r2819 r3100  
    1 SUBDIRS = src console gui importer
     1if HAVE_GTK2
     2  GTK_PROGS =gui console
     3else
     4  GTK_PROGS =
     5endif
     6
     7SUBDIRS = src importer $(GTK_PROGS)
Note: See TracChangeset for help on using the changeset viewer.