commit | author | age | ||
74bf1e | 1 | AM_CFLAGS = -Wall -Werror -DTS_VERSION=\"$(GITVERSION)\" -fgnu89-inline -Wno-error=date-time -I.. |
51b4f0 | 2 | lib_LTLIBRARIES= demoplugin.la vmdefaulthardconstraints.la |
74bf1e | 3 | demoplugin_la_SOURCES= demo_plugin.c |
SP | 4 | demoplugin_la_LDFLAGS = -module -avoid-version -export-dynamic |
5 | ||
51b4f0 | 6 | vmdefaulthardconstraints_la_SOURCES = default_hard_constraints.c |
SP | 7 | vmdefaulthardconstraints_la_LDFLAGS = -module -avoid-version -export-dynamic |