Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 2589 in orxonox.OLD for orxonox/trunk/src


Ignore:
Timestamp:
Oct 17, 2004, 9:18:28 PM (20 years ago)
Author:
bensch
Message:

orxonox/trunk: Makefile.am's updated. They now include header files as they should

Location:
orxonox/trunk/src
Files:
2 edited

Legend:

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

    r2551 r2589  
    77bin_PROGRAMS=orxonox
    88orxonox_SOURCES=orxonox.cc world.cc player.cc data_tank.cc world_entity.cc vector.cc camera.cc collision.cc command_node.cc ini_parser.cc keynames.cc track.cc base_entity.cc
     9
     10noinst_HEADERS=ability.h data_tank.h npc.h stdincl.h ai.h environment.h orxonox.h synchronisable.h base_entity.h error.h player.h track.h camera.h ini_parser.h power_up.h vector.h collision.h keynames.h proto_class.h world.h command_node.h list.h shoot_laser.h world_entity.h coordinates.h message_structures.h shoot_rocket.h
     11
    912
    1013#  uncomment the following if bencoder requires the math library
  • orxonox/trunk/src/Makefile.in

    r2551 r2589  
    118118bin_PROGRAMS = orxonox
    119119orxonox_SOURCES = orxonox.cc world.cc player.cc data_tank.cc world_entity.cc vector.cc camera.cc collision.cc command_node.cc ini_parser.cc keynames.cc track.cc base_entity.cc
     120
     121noinst_HEADERS = ability.h data_tank.h npc.h stdincl.h ai.h environment.h orxonox.h synchronisable.h base_entity.h error.h player.h track.h camera.h ini_parser.h power_up.h vector.h collision.h keynames.h proto_class.h world.h command_node.h list.h shoot_laser.h world_entity.h coordinates.h message_structures.h shoot_rocket.h
    120122subdir = src
    121123ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
     
    153155        -o $@
    154156DIST_SOURCES = $(orxonox_SOURCES)
    155 DIST_COMMON = $(srcdir)/Makefile.in ChangeLog INSTALL Makefile.am
     157HEADERS = $(noinst_HEADERS)
     158
     159DIST_COMMON = $(noinst_HEADERS) $(srcdir)/Makefile.in INSTALL \
     160        Makefile.am
    156161SOURCES = $(orxonox_SOURCES)
    157162
     
    323328check-am: all-am
    324329check: check-am
    325 all-am: Makefile $(PROGRAMS)
     330all-am: Makefile $(PROGRAMS) $(HEADERS)
    326331
    327332installdirs:
Note: See TracChangeset for help on using the changeset viewer.