X-Git-Url: http://code.vuplus.com/gitweb/?a=blobdiff_plain;f=Makefile.am;h=5ecdef35bee401801bf42f963eca3a1066b30424;hb=cfc595f09b94d1e82eeec83217db6e32af930f96;hp=c5a5be275155a7b10054a8e0e1d38a0fd32f541b;hpb=b9a71d0d4b8e4a983d0cc663ea34d62cebad6425;p=vuplus_dvbapp-plugin diff --git a/Makefile.am b/Makefile.am index c5a5be2..5ecdef3 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1,23 +1,27 @@ -AUTOMAKE_OPTIONS = gnu +ACLOCAL_AMFLAGS = -I m4 + SUBDIRS = \ - ac3lipsync \ - aihdcontrol \ + aihdcontroler \ antiscrollbar \ + audiosync \ automatictimerlistcleanup \ automaticvolumeadjustment \ autoresolution \ autotimer \ babelzapper \ + bitrateviewer \ bonjour \ cdinfo \ dreamirc \ dvdbackup \ dyndns \ + easymedia \ eibox \ elektro \ emailclient \ epgrefresh \ epgsearch \ + fancontrol2 \ filebrowser \ fritzcall \ ftpbrowser \ @@ -47,6 +51,7 @@ SUBDIRS = \ networkbrowser \ ofdb \ orfat \ + orfteletext \ partnerbox \ passwordchanger \ permanentclock \ @@ -64,10 +69,11 @@ SUBDIRS = \ startuptostandby \ tageditor \ trafficinfo \ - unwetterzentrale \ + tvcharts \ + unwetterinfo \ + valixdcontrol \ virtualzap \ vlcplayer \ - vxdcontrol \ weatherplugin \ webcamviewer \ webinterface \ @@ -77,10 +83,9 @@ SUBDIRS = \ zapstatistic \ zdfmediathek +metadir = $(datadir)/meta +meta_DATA = index-enigma2-plugins.xml +CLEANFILES = index-enigma2-plugins.xml -install-exec-hook: - $(PYTHON) $(srcdir)/genmetaindex.py $(DESTDIR)$(datadir)/meta/plugin_*.xml > $(DESTDIR)$(datadir)/meta/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) $^ > $@