unbreak 'make distcheck' with automake

Thanks to zecke for pointing this out.

Signed-off-by: Steve Markgraf <steve@steve-m.de>
This commit is contained in:
Steve Markgraf 2014-01-26 13:49:39 +01:00
parent be8716b2c8
commit bf92121aff
1 changed files with 1 additions and 0 deletions

View File

@ -4,6 +4,7 @@ LIBVERSION=0:5:0
AUTOMAKE_OPTIONS = subdir-objects AUTOMAKE_OPTIONS = subdir-objects
INCLUDES = $(all_includes) -I$(top_srcdir)/include INCLUDES = $(all_includes) -I$(top_srcdir)/include
noinst_HEADERS = convenience/convenience.h
AM_CFLAGS = ${CFLAGS} -fPIC ${SYMBOL_VISIBILITY} AM_CFLAGS = ${CFLAGS} -fPIC ${SYMBOL_VISIBILITY}
lib_LTLIBRARIES = librtlsdr.la lib_LTLIBRARIES = librtlsdr.la