Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 3191 in orxonox.OLD for orxonox/trunk/src/Makefile.am


Ignore:
Timestamp:
Dec 16, 2004, 1:58:38 PM (19 years ago)
Author:
bensch
Message:

orxonox/trunk: Changed filestructure:
moved gui, console to src/gui, src/console
fixed Makefiles.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • orxonox/trunk/src/Makefile.am

    r3182 r3191  
    6666
    6767
     68if HAVE_GTK2
     69  GTK_PROGS =console
     70else
     71  GTK_PROGS =
     72endif
     73
     74SUBDIRS = gui \
     75          $(GTK_PROGS)
    6876
    6977#  uncomment the following if orxonox requires the math library
Note: See TracChangeset for help on using the changeset viewer.