Trisurf Monte Carlo simulator
Samo Penic
2019-03-09 2c4278db6ead5c27e30a3000097ed898c968534e
src/plugins/Makefile.am
@@ -1,5 +1,5 @@
AM_CFLAGS = -Wall -Werror -DTS_VERSION=\"$(GITVERSION)\" -fgnu89-inline -Wno-error=date-time -I..
lib_LTLIBRARIES= demoplugin.la vmdefaulthardconstraints.la nucleus.la plane_confinement.la
lib_LTLIBRARIES= demoplugin.la vmdefaulthardconstraints.la nucleus.la plane_confinement.la pressure.la constant_volume.la constant_area.la stretching_energy.la direct_force_on_c0.la
demoplugin_la_SOURCES= demo_plugin.c
demoplugin_la_LDFLAGS = -module -avoid-version -export-dynamic
@@ -12,3 +12,18 @@
plane_confinement_la_SOURCES = plane_confinement.c 
plane_confinement_la_LDFLAGS = -module -avoid-version -export-dynamic
pressure_la_SOURCES = pressure.c
pressure_la_LDFLAGS = -module -avoid-version -export-dynamic
constant_volume_la_SOURCES = constant_volume.c
constant_volume_la_LDFLAGS = -module -avoid-version -export-dynamic
constant_area_la_SOURCES = constant_area.c
constant_area_la_LDFLAGS = -module -avoid-version -export-dynamic
stretching_energy_la_SOURCES = stretching_energy.c
stretching_energy_la_LDFLAGS = -module -avoid-version -export-dynamic
direct_force_on_c0_la_SOURCES = direct_force_on_c0.c
direct_force_on_c0_la_LDFLAGS = -module -avoid-version -export-dynamic