diff options
Diffstat (limited to 'python/protocols/Makefile.am')
| -rw-r--r-- | python/protocols/Makefile.am | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/python/protocols/Makefile.am b/python/protocols/Makefile.am index eb0001a9..31542662 100644 --- a/python/protocols/Makefile.am +++ b/python/protocols/Makefile.am @@ -21,8 +21,8 @@ PROTSOURCES = \ py_register_name_identifier_response.c -libprotocols_a_SOURCES = $(PROTSOURCES) -noinst_LIBRARIES = libprotocols.a +libprotocols_la_SOURCES = $(PROTSOURCES) +noinst_LTLIBRARIES = libprotocols.la EXTRA_DIST = \ $(PROTSOURCES) \ |
