diff options
| author | Andreas Oberritter <obi@opendreambox.org> | 2010-10-21 22:46:10 +0000 |
|---|---|---|
| committer | Andreas Oberritter <obi@opendreambox.org> | 2010-11-16 16:08:51 +0100 |
| commit | 7ff071c7f0df631ca273d7f29472f8b5568818f9 (patch) | |
| tree | 4b7abd6c34dcde9ef61addad6d77ccfa8c77c5e6 /lib/gui | |
| parent | ef109abfbe60df9ec35b5f201cd8c64dfef9b2db (diff) | |
| download | enigma2-7ff071c7f0df631ca273d7f29472f8b5568818f9.tar.gz enigma2-7ff071c7f0df631ca273d7f29472f8b5568818f9.zip | |
*/Makefile.am: s,INCLUDES,AM_CPPFLAGS,
Diffstat (limited to 'lib/gui')
| -rw-r--r-- | lib/gui/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/gui/Makefile.am b/lib/gui/Makefile.am index f4de9d12..8293b2e2 100644 --- a/lib/gui/Makefile.am +++ b/lib/gui/Makefile.am @@ -1,4 +1,4 @@ -INCLUDES = \ +AM_CPPFLAGS = \ -I$(top_srcdir)/include \ -I$(top_srcdir)/src |
