diff --git a/src/SMDS/Makefile.am b/src/SMDS/Makefile.am index 7e172f834..4e1d24fb0 100644 --- a/src/SMDS/Makefile.am +++ b/src/SMDS/Makefile.am @@ -104,3 +104,11 @@ libSMDS_la_CPPFLAGS = \ libSMDS_la_LDFLAGS = \ $(KERNEL_LDFLAGS) -lSALOMELocalTrace \ $(CAS_KERNEL) + +# Executables targets +bin_PROGRAMS = SMDS_MemoryLimit +dist_SMDS_MemoryLimit_SOURCES = \ + SMDS_MemoryLimit.cxx + +SMDS_MemoryLimit_LDADD = \ + $(KERNEL_LDFLAGS) -lSALOMELocalTrace