patch-gsm_Makefile_am 648 B

12345678910111213141516171819
  1. $OpenBSD: patch-gsm_Makefile_am,v 1.1.1.1 2010/10/24 10:32:48 jakemsr Exp $
  2. --- gsm/Makefile.am.orig Sun Jan 18 00:04:58 2009
  3. +++ gsm/Makefile.am Sun Jan 18 00:05:13 2009
  4. @@ -2,12 +2,12 @@ LIBTOOL=libtool
  5. RANLIB=ranlib
  6. noinst_HEADERS = gsm.h config.h private.h proto.h unproto.h
  7. -noinst_LIBRARIES = libgsm.a
  8. +noinst_LTLIBRARIES = libgsm.la
  9. CFILES = add.c decode.c gsm_decode.c gsm_encode.c long_term.c preprocess.c \
  10. short_term.c code.c gsm_create.c gsm_destroy.c gsm_option.c lpc.c rpe.c table.c
  11. -libgsm_a_SOURCES = $(CFILES) $(noinst_HEADERS)
  12. +libgsm_la_SOURCES = $(CFILES) $(noinst_HEADERS)
  13. # Disable autoheader.
  14. AUTOHEADER=echo