From ae6a72c58654cfaa7fb37d2efa3bfe1c194d3395 Mon Sep 17 00:00:00 2001 From: Steve Markgraf Date: Mon, 4 Nov 2013 22:15:44 +0100 Subject: [PATCH] build: make build with automake work again Signed-off-by: Steve Markgraf --- include/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/Makefile.am b/include/Makefile.am index 1c45b89..c49e947 100644 --- a/include/Makefile.am +++ b/include/Makefile.am @@ -1,5 +1,5 @@ rtlsdr_HEADERS = rtl-sdr.h rtl-sdr_export.h -noinst_HEADERS = reg_field.h rtlsdr_i2c.h tuner_e4k.h tuner_fc0012.h tuner_fc0013.h tuner_fc2580.h tuner_r820t.h +noinst_HEADERS = reg_field.h rtlsdr_i2c.h tuner_e4k.h tuner_fc0012.h tuner_fc0013.h tuner_fc2580.h tuner_r82xx.h rtlsdrdir = $(includedir)