diff options
| author | Andreas Oberritter <obi@opendreambox.org> | 2010-10-21 23:07:32 +0000 |
|---|---|---|
| committer | Andreas Oberritter <obi@opendreambox.org> | 2010-11-16 17:15:37 +0100 |
| commit | ded9f8508f8d0723d84cc9f4bc7d234b69b829e0 (patch) | |
| tree | a0a801f9a3b126854aa460979e798d833ac7b93c /lib/actions | |
| parent | 8e1bfdaeba295c6d5f29a306076492d7c70fd5b3 (diff) | |
| download | enigma2-ded9f8508f8d0723d84cc9f4bc7d234b69b829e0.tar.gz enigma2-ded9f8508f8d0723d84cc9f4bc7d234b69b829e0.zip | |
further updates to the build system, generate enigma2.sh
Diffstat (limited to 'lib/actions')
| -rw-r--r-- | lib/actions/Makefile.am | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/actions/Makefile.am b/lib/actions/Makefile.am index 9f62e2e7..83f57d3d 100644 --- a/lib/actions/Makefile.am +++ b/lib/actions/Makefile.am @@ -1,5 +1,6 @@ AM_CPPFLAGS = \ -I$(top_builddir) \ + -I$(top_srcdir) \ -I$(top_srcdir)/include \ -include Python.h \ -include $(top_builddir)/enigma2_config.h |
