aboutsummaryrefslogtreecommitdiff
path: root/main
diff options
context:
space:
mode:
Diffstat (limited to 'main')
-rw-r--r--main/Makefile.am4
1 files changed, 2 insertions, 2 deletions
diff --git a/main/Makefile.am b/main/Makefile.am
index 4eebe996..9f2b1182 100644
--- a/main/Makefile.am
+++ b/main/Makefile.am
@@ -1,7 +1,8 @@
AM_CPPFLAGS = \
-I$(top_srcdir) \
-I$(top_srcdir)/include \
- -include Python.h
+ -include Python.h \
+ -include $(top_builddir)/enigma2_config.h
bin_PROGRAMS = enigma2
@@ -44,7 +45,6 @@ version.h: entries
enigma2_LDADD = \
$(top_builddir)/lib/libenigma.la \
@BASE_LIBS@ \
- @LIBUNGIF_LIBS@ \
@LIBXINE_LIBS@ \
@PTHREAD_LIBS@ \
@SDL_LIBS@ \