Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 5160 in orxonox.OLD for trunk/src/lib/shell/Makefile.am


Ignore:
Timestamp:
Sep 5, 2005, 8:12:38 AM (20 years ago)
Author:
bensch
Message:

orxonox/trunk: shell is now a lib for its own

File:
1 copied

Legend:

Unmodified
Added
Removed
  • trunk/src/lib/shell/Makefile.am

    r5157 r5160  
    22include $(MAINSRCDIR)/defs/include_paths.am
    33
    4 noinst_LIBRARIES = libORXparticles.a
     4noinst_LIBRARIES = libORXshell.a
    55
    6 libORXparticles_a_SOURCES = particle_engine.cc \
    7                             particle_emitter.cc \
    8                             particle_system.cc \
    9                             quick_animation.cc
     6libORXshell_a_SOURCES = shell.cc \
     7                        shell_command.cc
    108
    119
    12 noinst_HEADERS= particle_engine.h \
    13                 particle_emitter.h \
    14                 particle_system.h \
    15                 quick_animation.h
     10noinst_HEADERS= shell.h \
     11                shell_command.h
Note: See TracChangeset for help on using the changeset viewer.