Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 3191 in orxonox.OLD for orxonox/trunk/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/Makefile.am

    r3182 r3191  
    11AUTOMAKE_OPTIONS = foreign no-installman no-installinfo
    22
    3 if HAVE_GTK2
    4   GTK_PROGS =console
    5 else
    6   GTK_PROGS =
    7 endif
    8 
    93SUBDIRS = src \
    10           importer \
    11           gui \
    12           $(GTK_PROGS)
     4          importer
    135
    146
     
    1810##
    1911
    20 DOXYGEN_INPUT = src gui
     12DOXYGEN_INPUT = src src/gui
    2113
    2214## Exclude the application wizard templates, and some file templates
Note: See TracChangeset for help on using the changeset viewer.