X-Git-Url: http://code.vuplus.com/gitweb/?p=vuplus_dvbapp;a=blobdiff_plain;f=configure.ac;h=d6a9a9fa7f1bd706ab265c24fca10efff8d402dc;hp=1bda10ea758a0e3b2b0d31f8bd628c4745f282d7;hb=ef109abfbe60df9ec35b5f201cd8c64dfef9b2db;hpb=5db6b1ffe476ccd807a7a16fe2430e23f3cce169 diff --git a/configure.ac b/configure.ac index 1bda10e..d6a9a9f 100755 --- a/configure.ac +++ b/configure.ac @@ -7,6 +7,7 @@ TUXBOX_APPS_DIRECTORY AC_PROG_CC AC_PROG_CXX AC_PROG_RANLIB +AC_CONFIG_MACRO_DIR([m4]) AC_ARG_WITH(libsdl, AC_HELP_STRING([--with-libsdl], [use sdl, yes or no]), @@ -23,7 +24,7 @@ fi AM_CONDITIONAL(HAVE_DDVDLIB, test "$have_ddvdlib" = "yes") AM_PATH_PYTHON() -AC_PYTHON_DEVEL +AX_PYTHON_DEVEL #AM_PATH_XINE(1.1.0,, AC_MSG_ERROR([*** Please install xine-lib (devel) first ***])) TUXBOX_APPS_DVB @@ -90,6 +91,8 @@ data/fonts/Makefile data/countries/Makefile data/defaults/Makefile data/defaults/Dream/Makefile +data/defaults/Dream/hdbouquets/Makefile +data/defaults/Dream/sdbouquets/Makefile data/extensions/Makefile data/skin_default/Makefile data/skin_default/menu/Makefile @@ -116,6 +119,7 @@ lib/python/Components/Sources/Makefile lib/python/Screens/Makefile lib/python/Plugins/Makefile lib/python/Plugins/DemoPlugins/Makefile +lib/python/Plugins/DemoPlugins/TPMDemo/Makefile lib/python/Plugins/DemoPlugins/TestPlugin/Makefile lib/python/Plugins/Extensions/CutListEditor/Makefile lib/python/Plugins/Extensions/CutListEditor/meta/Makefile @@ -155,6 +159,8 @@ lib/python/Plugins/SystemPlugins/FrontprocessorUpgrade/meta/Makefile lib/python/Plugins/SystemPlugins/Hotplug/Makefile lib/python/Plugins/SystemPlugins/Hotplug/meta/Makefile lib/python/Plugins/SystemPlugins/Makefile +lib/python/Plugins/SystemPlugins/TempFanControl/Makefile +lib/python/Plugins/SystemPlugins/TempFanControl/meta/Makefile lib/python/Plugins/SystemPlugins/NetworkWizard/Makefile lib/python/Plugins/SystemPlugins/NetworkWizard/meta/Makefile lib/python/Plugins/SystemPlugins/NFIFlash/Makefile