]> git.wh0rd.org Git - patches.git/blob - lirc-0.8.2-out-of-tree-build.patch
scummvm random work
[patches.git] / lirc-0.8.2-out-of-tree-build.patch
1 --- vanilla-0.8.2/daemons/Makefile.am
2 +++ lirc-0.8.2/daemons/Makefile.am
3 @@ -5,6 +5,8 @@
4  ## these are used by programs in the tools directory, but not by
5  ## programs in this directory.  So we must make sure they get distributed
6  
7 +INCLUDES = -I$(top_srcdir)
8 +
9  EXTRA_DIST = dump_config.c dump_config.h
10  
11  sbin_PROGRAMS = lircd lircmd
12 --- vanilla-0.8.2/tools/Makefile.am
13 +++ lirc-0.8.2/tools/Makefile.am
14 @@ -2,6 +2,8 @@
15  
16  ## Process this file with automake to produce Makefile.in 
17  
18 +INCLUDES = -I$(top_srcdir)
19 +
20  EXTRA_PROGRAMS = smode2 xmode2 irxevent
21  bin_PROGRAMS = irw irpty irexec ircat mode2 irsend \
22         lircrcd \