[6/6] srtp: Rename AUTOMAKE_OPTS to AUTOMAKE_OPTIONS

The latter is a well known automake variable, used
to set (per-Makefile) automake options and supported
since the beginning of time (= automake 1.4).

The former is a made-up variable that doesn't really
do anything.

Signed-off-by: Stefan Knoblich <stkn@openisdn.net>
This commit is contained in:
Stefan Knoblich 2011-11-04 14:22:28 +01:00
parent 21c5cf5d47
commit 992eafd049
2 changed files with 2 additions and 2 deletions

View File

@ -1,4 +1,4 @@
AUTOMAKE_OPTS= gnu
AUTOMAKE_OPTIONS = gnu
NAME=srtp
AM_CFLAGS = $(new_AM_CFLAGS) -I./src -Icrypto/include -I$(srcdir)/include -I$(srcdir)/crypto/include

View File

@ -1,4 +1,4 @@
AUTOMAKE_OPTS= gnu
AUTOMAKE_OPTIONS = gnu
AM_CFLAGS = $(new_AM_CFLAGS) -I$(top_srcdir)/include -I$(top_srcdir)/crypto/include
AM_CPPFLAGS = $(AM_CFLAGS)
AM_LDFLAGS = $(new_AM_LDFLAGS) -L$(srcdir) -lsrtp