Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Feb 22, 2006, 12:50:54 AM (18 years ago)
Author:
bensch
Message:

orxonox/dylib: hmm… so everything seems to work again, only two libs arn't found yet

File:
1 edited

Legend:

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

    r6532 r7178  
    22include $(MAINSRCDIR)/defs/include_paths.am
    33
    4 noinst_LIBRARIES = libORXimporter.a libtc.a
     4pkglib_LTLIBRARIES = libORXimporter.la
    55
    6 libORXimporter_a_SOURCES = model.cc \
    7                            vertex_array_model.cc \
    8                            grid.cc \
    9                            static_model.cc \
    10                            objModel.cc \
    11                            primitive_model.cc \
    12                            md2Model.cc \
    13                            material.cc \
    14                            texture.cc \
    15                            texture_sequence.cc \
    16                            height_map.cc \
    17                            media_container.cc \
    18                            movie_player.cc
     6libORXimporter_la_SOURCES = \
     7                model.cc \
     8                tc.cc \
     9                vertex_array_model.cc \
     10                grid.cc \
     11                static_model.cc \
     12                objModel.cc \
     13                primitive_model.cc \
     14                md2Model.cc \
     15                material.cc \
     16                texture.cc \
     17                texture_sequence.cc \
     18                height_map.cc \
     19                media_container.cc \
     20                movie_player.cc
    1921
    20 libtc_a_SOURCES  = tc.cc
    21 
    22 
    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
     22noinst_HEADERS = \
     23                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
Note: See TracChangeset for help on using the changeset viewer.