Browse Source

unbreak 'make distcheck' with automake

Thanks to zecke for pointing this out.

Signed-off-by: Steve Markgraf <steve@steve-m.de>
Steve Markgraf 11 years ago
parent
commit
bf92121aff
1 changed files with 1 additions and 0 deletions
  1. 1 0
      src/Makefile.am

+ 1 - 0
src/Makefile.am

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