mirror of
https://github.com/rtlsdrblog/rtl-sdr-blog.git
synced 2025-01-13 11:47:21 +01:00
rework on autotools handling of
private headers
This commit is contained in:
parent
367113b5c8
commit
46acfaebd2
@ -1,5 +1,5 @@
|
|||||||
rtlsdr_HEADERS = rtl-sdr.h
|
rtlsdr_HEADERS = rtl-sdr.h
|
||||||
|
|
||||||
noinst_HEADERS = i2c.h tuner_e4000.h tuner_fc0013.h
|
noinst_HEADERS = rtlsdr_i2c.h tuner_e4000.h tuner_fc0012.h tuner_fc0013.h
|
||||||
|
|
||||||
rtlsdrdir = $(includedir)
|
rtlsdrdir = $(includedir)
|
||||||
|
@ -8,7 +8,7 @@
|
|||||||
|
|
||||||
#include <stdint.h>
|
#include <stdint.h>
|
||||||
|
|
||||||
#include "i2c.h"
|
#include "rtlsdr_i2c.h"
|
||||||
#include "tuner_e4000.h"
|
#include "tuner_e4000.h"
|
||||||
|
|
||||||
#define FUNCTION_ERROR 1
|
#define FUNCTION_ERROR 1
|
||||||
|
@ -10,8 +10,8 @@
|
|||||||
#include <stdio.h>
|
#include <stdio.h>
|
||||||
#include <stdint.h>
|
#include <stdint.h>
|
||||||
|
|
||||||
|
#include "rtlsdr_i2c.h"
|
||||||
#include "tuner_fc0012.h"
|
#include "tuner_fc0012.h"
|
||||||
#include "i2c.h"
|
|
||||||
|
|
||||||
#define CRYSTAL_FREQ 28800000
|
#define CRYSTAL_FREQ 28800000
|
||||||
|
|
||||||
|
@ -7,7 +7,8 @@
|
|||||||
*/
|
*/
|
||||||
|
|
||||||
#include <stdint.h>
|
#include <stdint.h>
|
||||||
#include "i2c.h"
|
|
||||||
|
#include "rtlsdr_i2c.h"
|
||||||
#include "tuner_fc0013.h"
|
#include "tuner_fc0013.h"
|
||||||
|
|
||||||
#define CRYSTAL_FREQ 28800000
|
#define CRYSTAL_FREQ 28800000
|
||||||
|
Loading…
Reference in New Issue
Block a user