X-Git-Url: http://code.vuplus.com/gitweb/?a=blobdiff_plain;f=Makefile.am;h=5ecdef35bee401801bf42f963eca3a1066b30424;hb=cfc595f09b94d1e82eeec83217db6e32af930f96;hp=34bc7648e07cffa55b98ba0f0aa1677b4a5dd32e;hpb=d13bdb0d6dcbdb97984cea7c35630f143fc36dfc;p=vuplus_dvbapp-plugin diff --git a/Makefile.am b/Makefile.am index 34bc764..5ecdef3 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1,65 +1,91 @@ -AUTOMAKE_OPTIONS = gnu +ACLOCAL_AMFLAGS = -I m4 + SUBDIRS = \ - ac3lipsync \ + aihdcontroler \ antiscrollbar \ + audiosync \ + automatictimerlistcleanup \ + automaticvolumeadjustment \ autoresolution \ autotimer \ + babelzapper \ + bitrateviewer \ + bonjour \ cdinfo \ dreamirc \ + dvdbackup \ + dyndns \ + easymedia \ + eibox \ elektro \ emailclient \ epgrefresh \ epgsearch \ + fancontrol2 \ filebrowser \ fritzcall \ ftpbrowser \ - googlemaps \ genuinedreambox \ + googlemaps \ + growlee \ httpproxy \ imdb \ kiddytimer \ lastfm \ + letterbox \ logomanager \ mediadownloader \ + merlinepg \ + merlinmusicplayer \ + meteoitalia \ mosaic \ moviecut \ + movielistpreview \ movieretitle \ + movieselectionquickbutton \ movietagger \ + multirc \ mytube \ + ncidclient \ netcaster \ - networkwizard \ networkbrowser \ ofdb \ orfat \ + orfteletext \ partnerbox \ passwordchanger \ permanentclock \ podcast \ + porncenter \ quickbutton \ + reconstructapsc \ remotetimer \ rsdownloader \ - simplerss \ + seekbar \ setpasswd \ + shoutcast \ + simplerss \ + startupservice \ startuptostandby \ tageditor \ trafficinfo \ - unwetterzentrale \ + tvcharts \ + unwetterinfo \ + valixdcontrol \ + virtualzap \ vlcplayer \ + weatherplugin \ webcamviewer \ webinterface \ werbezapper \ - wirelesslan \ youtubeplayer \ - zaphistorybrowser - - -# please leave this untouched -acid-burn-! -#LANGS := $(shell cat $(srcdir)/LINGUAS) + zaphistorybrowser \ + zapstatistic \ + zdfmediathek -#install-exec-hook: -# for lang in $(LANGS); do \ -# $(PYTHON) $(srcdir)/genmetaindex.py $$lang $(DESTDIR)$(datadir)/meta/plugin_*.xml > $(DESTDIR)$(datadir)/meta/index-enigma2-plugins_$$lang.xml; \ -# done +metadir = $(datadir)/meta +meta_DATA = index-enigma2-plugins.xml +CLEANFILES = index-enigma2-plugins.xml -#uninstall-hook: -# $(RM) $(DESTDIR)$(datadir)/meta/index-enigma2-plugins_*.xml +index-enigma2-plugins.xml: $(top_srcdir)/genmetaindex.py $(top_srcdir)/*/meta/plugin_*.xml + $(AM_V_GEN)$(PYTHON) $^ > $@