diff options
| author | Frederic Peters <fpeters@entrouvert.com> | 2004-08-18 14:39:00 +0000 |
|---|---|---|
| committer | Frederic Peters <fpeters@entrouvert.com> | 2004-08-18 14:39:00 +0000 |
| commit | b2a9a14d0bbc5c135848c2077539f164362ec697 (patch) | |
| tree | a150f2100ab40070f31330422c8f9846d7c00ef7 /python/protocols/Makefile.am | |
| parent | e1c17ed12a2d797c25dba09a60961d1b8a04730b (diff) | |
| download | lasso-b2a9a14d0bbc5c135848c2077539f164362ec697.tar.gz lasso-b2a9a14d0bbc5c135848c2077539f164362ec697.tar.xz lasso-b2a9a14d0bbc5c135848c2077539f164362ec697.zip | |
properly use libtool convenience libraries (intend is to build correctly on
hppa)
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) \ |
