X-Git-Url: http://code.vuplus.com/gitweb/?a=blobdiff_plain;f=Makefile.am;h=da1f80d20ced5e93ae7d1ae076d2156dd9e71284;hb=e68813e25bb0764764e463ee1d20a207a4200dd7;hp=2d8387c214996eda9e8726792a80a9a64ea77ff3;hpb=99e33f294f088eae188b654c1dfb5b2f697c0aa1;p=vuplus_dvbapp-plugin diff --git a/Makefile.am b/Makefile.am index 2d8387c..da1f80d 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1,12 +1,22 @@ -AUTOMAKE_OPTIONS = gnu +ACLOCAL_AMFLAGS = -I m4 + SUBDIRS = \ ac3lipsync \ + aihdcontrol \ antiscrollbar \ - ardmediathek \ + automatictimerlistcleanup \ + automaticvolumeadjustment \ autoresolution \ autotimer \ + babelzapper \ + bitrateviewer \ + bonjour \ cdinfo \ dreamirc \ + dvdbackup \ + dyndns \ + easymedia \ + eibox \ elektro \ emailclient \ epgrefresh \ @@ -21,8 +31,11 @@ SUBDIRS = \ imdb \ kiddytimer \ lastfm \ + letterbox \ logomanager \ mediadownloader \ + merlinepg \ + merlinmusicplayer \ meteoitalia \ mosaic \ moviecut \ @@ -32,10 +45,12 @@ SUBDIRS = \ movietagger \ multirc \ mytube \ + ncidclient \ netcaster \ networkbrowser \ ofdb \ orfat \ + orfteletext \ partnerbox \ passwordchanger \ permanentclock \ @@ -47,14 +62,16 @@ SUBDIRS = \ rsdownloader \ seekbar \ setpasswd \ - simplerss \ shoutcast \ + simplerss \ startupservice \ startuptostandby \ tageditor \ trafficinfo \ unwetterzentrale \ + virtualzap \ vlcplayer \ + vxdcontrol \ weatherplugin \ webcamviewer \ webinterface \ @@ -64,13 +81,9 @@ SUBDIRS = \ zapstatistic \ zdfmediathek +metadir = $(datadir)/meta +meta_DATA = index-enigma2-plugins.xml +CLEANFILES = index-enigma2-plugins.xml -LANGS := $(shell cat $(srcdir)/LINGUAS) - -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 - -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) $^ > $@