Lines 1-7
Link Here
|
1 |
## Process this file with automake to produce Makefile.in |
1 |
## Process this file with automake to produce Makefile.in |
2 |
|
2 |
|
3 |
INCLUDES = \ |
3 |
INCLUDES = \ |
4 |
-I../../libhdhomerun \ |
4 |
-I/usr/include/hdhomerun \ |
5 |
-DPACKAGE_DATA_DIR=\""$(datadir)"\" \ |
5 |
-DPACKAGE_DATA_DIR=\""$(datadir)"\" \ |
6 |
-DPACKAGE_LOCALE_DIR=\""$(prefix)/$(DATADIRNAME)/locale"\" \ |
6 |
-DPACKAGE_LOCALE_DIR=\""$(prefix)/$(DATADIRNAME)/locale"\" \ |
7 |
@PACKAGE_CFLAGS@ |
7 |
@PACKAGE_CFLAGS@ |