Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 233670
Collapse All | Expand All

(-)a/hdhomerun_config_gui/Makefile.am (-1 / +1 lines)
Lines 1-6 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
SUBDIRS = ../libhdhomerun src
3
SUBDIRS = src
4
4
5
EXTRA_DIST = \
5
EXTRA_DIST = \
6
	autogen.sh \
6
	autogen.sh \
(-)a/hdhomerun_config_gui/src/Makefile.am (-1 / +1 lines)
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@

Return to bug 233670