Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

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


Ignore:
Timestamp:
Mar 11, 2005, 9:48:35 AM (19 years ago)
Author:
bensch
Message:

orxonox/trunk: added new Makefile.am-structure, so it compiles again

File:
1 edited

Legend:

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

    r3491 r3493  
    6464                 game_loader.h \
    6565                 track_manager.h \
    66                  glincl.h \
    6766                 ability.h \
    6867                 camera.h \
     
    8786                 network/synchronisable.h \
    8887                 defs/stdincl.h \
     88                 defs/glincl.h \
    8989                 defs/error.h \
    9090                 defs/debug.h \
     
    108108EXTRA_DIST = orxonox.conf
    109109
    110 ### GTK_RELATED
    111 if HAVE_GTK2
    112   GTK_PROGS =console
    113 else
    114   GTK_PROGS =
    115 endif
    116110if SUB_PROJECTS
    117   SUB_PROGS = gui
    118 #             $(GTK_PROGS)
    119 ##lib/graphics/importer \
     111  SUB_PROGS = lib
    120112else
    121113  SUB_PROGS =
Note: See TracChangeset for help on using the changeset viewer.