Changeset 5413 in orxonox.OLD for trunk/src/lib/particles/Makefile.am
- Timestamp:
- Oct 20, 2005, 11:42:08 PM (20 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/lib/particles/Makefile.am
r5410 r5413 2 2 include $(MAINSRCDIR)/defs/include_paths.am 3 3 4 noinst_L TLIBRARIES = libORXparticles.la4 noinst_LIBRARIES = libORXparticles.a 5 5 6 libORXparticles_ la_SOURCES = particle_engine.cc \7 8 9 6 libORXparticles_a_SOURCES = particle_engine.cc \ 7 particle_emitter.cc \ 8 particle_system.cc \ 9 quick_animation.cc 10 10 11 11
Note: See TracChangeset
for help on using the changeset viewer.