X-Git-Url: http://code.vuplus.com/gitweb/?a=blobdiff_plain;f=Makefile.am;h=5ecdef35bee401801bf42f963eca3a1066b30424;hb=e227854ee3fa15546a0c8ac3b5218597f5f9e0b5;hp=2cc31cfb675ab15b8d00f3304fee76116e30eb38;hpb=4d9d0ef24547aa6b7f2439cec6b9b8f71202bc25;p=vuplus_dvbapp-plugin diff --git a/Makefile.am b/Makefile.am index 2cc31cf..5ecdef3 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1,18 +1,27 @@ -AUTOMAKE_OPTIONS = gnu +ACLOCAL_AMFLAGS = -I m4 + SUBDIRS = \ - ac3lipsync \ + aihdcontroler \ antiscrollbar \ - ardmediathek \ + audiosync \ + automatictimerlistcleanup \ + automaticvolumeadjustment \ autoresolution \ autotimer \ + babelzapper \ + bitrateviewer \ + bonjour \ cdinfo \ dreamirc \ dvdbackup \ dyndns \ + easymedia \ + eibox \ elektro \ emailclient \ epgrefresh \ epgsearch \ + fancontrol2 \ filebrowser \ fritzcall \ ftpbrowser \ @@ -26,6 +35,8 @@ SUBDIRS = \ letterbox \ logomanager \ mediadownloader \ + merlinepg \ + merlinmusicplayer \ meteoitalia \ mosaic \ moviecut \ @@ -35,10 +46,12 @@ SUBDIRS = \ movietagger \ multirc \ mytube \ + ncidclient \ netcaster \ networkbrowser \ ofdb \ orfat \ + orfteletext \ partnerbox \ passwordchanger \ permanentclock \ @@ -56,7 +69,10 @@ SUBDIRS = \ startuptostandby \ tageditor \ trafficinfo \ - unwetterzentrale \ + tvcharts \ + unwetterinfo \ + valixdcontrol \ + virtualzap \ vlcplayer \ weatherplugin \ webcamviewer \ @@ -67,13 +83,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) $^ > $@