summaryrefslogtreecommitdiff
path: root/src/main/Makefile
diff options
context:
space:
mode:
authorJakob Odersky <jodersky@gmail.com>2011-05-29 20:09:19 +0000
committerJakob Odersky <jodersky@gmail.com>2011-05-29 20:09:19 +0000
commit00d592af835e892902bdf6cc5db29a64f24ab9d3 (patch)
treec68991fb19735fcba7db6ffd7bc9a0767f453c39 /src/main/Makefile
parent3f28311fd6fb4830b4c64c59daa6a53f24953396 (diff)
downloadvhc-00d592af835e892902bdf6cc5db29a64f24ab9d3.tar.gz
vhc-00d592af835e892902bdf6cc5db29a64f24ab9d3.tar.bz2
vhc-00d592af835e892902bdf6cc5db29a64f24ab9d3.zip
*Ajoute interactions avancees
*Ecrit conception *Commentaires
Diffstat (limited to 'src/main/Makefile')
-rw-r--r--src/main/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main/Makefile b/src/main/Makefile
index 0ba6a5e..680a0fe 100644
--- a/src/main/Makefile
+++ b/src/main/Makefile
@@ -16,7 +16,7 @@ LOCALDIR = main
LOCALOBJS = Vector3D.o Particle.o Printable.o Element.o CurvedElement.o StraightElement.o \
CompositeElement.o Dipole.o Quadrupole.o FODO.o ElementVisitor.o Cloneable.o \
Accelerator.o exceptions.o Beam.o SingleBeam.o CircularBeam.o \
- random.o Bunch.o events.o Interactor.o BruteForceInteractor.o Parser.o
+ random.o Bunch.o events.o Interactor.o BruteForceInteractor.o SAPInteractor.o
OBJS=$(addprefix $(BINDIR)/$(LOCALDIR)/,$(LOCALOBJS))
.PHONY = all checkdirs lib