Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 8186 in orxonox.OLD for trunk/src/lib/graphics/importer/Makefile.am


Ignore:
Timestamp:
Jun 7, 2006, 2:40:46 PM (18 years ago)
Author:
bensch
Message:

trunk: merged the branche bsp_model back here

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/lib/graphics/importer/Makefile.am

    r6532 r8186  
    1616                           height_map.cc \
    1717                           media_container.cc \
    18                            movie_player.cc
     18                           movie_player.cc \
     19                           \
     20                           bsp_manager.cc \
     21                           bsp_file.cc \
     22                           bsp_tree_node.cc \
     23                           bsp_tree_leaf.cc
     24
     25
    1926
    2027libtc_a_SOURCES  = tc.cc
    2128
    2229
    23 noinst_HEADERS = model.h \
    24                  tc.h \
    25                  vertex_array_model.h \
    26                  grid.h \
    27                  static_model.h \
    28                  objModel.h \
    29                  primitive_model.h \
    30                  md2Model.h \
    31                  material.h \
    32                  texture.h \
    33                  texture_sequence.h \
    34                  height_map.h \
    35                  anorms.h \
    36                  anormtab.h \
    37                  media_container.h \
    38                  movie_player.h
     30noinst_HEADERS = \
     31                model.h \
     32                tc.h \
     33                vertex_array_model.h \
     34                grid.h \
     35                static_model.h \
     36                objModel.h \
     37                primitive_model.h \
     38                md2Model.h \
     39                material.h \
     40                texture.h \
     41                texture_sequence.h \
     42                height_map.h \
     43                anorms.h \
     44                anormtab.h \
     45                media_container.h \
     46                movie_player.h\
     47                \
     48                bsp_manager.h \
     49                bsp_file.h \
     50                bsp_tree_node.h \
     51                bsp_tree_leaf.h
Note: See TracChangeset for help on using the changeset viewer.