diff options
Diffstat (limited to 'python/protocols/elements')
| -rw-r--r-- | python/protocols/elements/Makefile.am | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/python/protocols/elements/Makefile.am b/python/protocols/elements/Makefile.am index 8d2c1036..04d86529 100644 --- a/python/protocols/elements/Makefile.am +++ b/python/protocols/elements/Makefile.am @@ -1,7 +1,7 @@ ELEMSOURCES = py_assertion.c py_authentication_statement.c -noinst_LIBRARIES = libelements.a -libelements_a_SOURCES = $(ELEMSOURCES) +noinst_LTLIBRARIES = libelements.la +libelements_la_SOURCES = $(ELEMSOURCES) INCLUDES = \ -DPACKAGE=\"@PACKAGE@\" \ |
