Explorar el Código

autotools: add missing header

Signed-off-by: Steve Markgraf <steve@steve-m.de>
Steve Markgraf hace 12 años
padre
commit
9f3f44e03b
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      include/Makefile.am

+ 1 - 1
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
+noinst_HEADERS = reg_field.h rtlsdr_i2c.h tuner_e4k.h tuner_fc0012.h tuner_fc0013.h tuner_fc2580.h tuner_r820t.h
 
 rtlsdrdir = $(includedir)