X-Git-Url: http://code.vuplus.com/gitweb/?a=blobdiff_plain;f=Makefile.am;h=76603f2dfbe3ed9c8830210346674a4607b8e9b7;hb=bdf2814a795ca94c2373447bc1141ec09161fb35;hp=6375772819428e8e3ca196d9cece7bd7d7ebed67;hpb=1edc60b2070ac08f524d561f1a5a027fcf8efff4;p=vuplus_dvbapp-plugin diff --git a/Makefile.am b/Makefile.am index 6375772..76603f2 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1,4 +1,5 @@ -AUTOMAKE_OPTIONS = gnu +ACLOCAL_AMFLAGS = -I m4 + SUBDIRS = \ ac3lipsync \ aihdcontrol \ @@ -14,11 +15,13 @@ SUBDIRS = \ dreamirc \ dvdbackup \ dyndns \ + easymedia \ eibox \ elektro \ emailclient \ epgrefresh \ epgsearch \ + fancontrol2 \ filebrowser \ fritzcall \ ftpbrowser \ @@ -48,6 +51,7 @@ SUBDIRS = \ networkbrowser \ ofdb \ orfat \ + orfteletext \ partnerbox \ passwordchanger \ permanentclock \ @@ -65,6 +69,7 @@ SUBDIRS = \ startuptostandby \ tageditor \ trafficinfo \ + tvcharts \ unwetterzentrale \ virtualzap \ vlcplayer \ @@ -78,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) $^ > $@