Changeset 5160 in orxonox.OLD for trunk/src/lib/shell/Makefile.am
- Timestamp:
- Sep 5, 2005, 8:12:38 AM (20 years ago)
- File:
-
- 1 copied
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/lib/shell/Makefile.am
r5157 r5160 2 2 include $(MAINSRCDIR)/defs/include_paths.am 3 3 4 noinst_LIBRARIES = libORX particles.a4 noinst_LIBRARIES = libORXshell.a 5 5 6 libORXparticles_a_SOURCES = particle_engine.cc \ 7 particle_emitter.cc \ 8 particle_system.cc \ 9 quick_animation.cc 6 libORXshell_a_SOURCES = shell.cc \ 7 shell_command.cc 10 8 11 9 12 noinst_HEADERS= particle_engine.h \ 13 particle_emitter.h \ 14 particle_system.h \ 15 quick_animation.h 10 noinst_HEADERS= shell.h \ 11 shell_command.h
Note: See TracChangeset
for help on using the changeset viewer.