add homeys TVCharts plugin
[vuplus_dvbapp-plugin] / Makefile.am
index 2066576..76603f2 100644 (file)
@@ -1,4 +1,5 @@
-AUTOMAKE_OPTIONS = gnu
+ACLOCAL_AMFLAGS = -I m4
+
 SUBDIRS = \
        ac3lipsync \
        aihdcontrol \
@@ -20,6 +21,7 @@ SUBDIRS = \
        emailclient \
        epgrefresh \
        epgsearch \
+       fancontrol2 \
        filebrowser \
        fritzcall \
        ftpbrowser \
@@ -49,6 +51,7 @@ SUBDIRS = \
        networkbrowser \
        ofdb \
        orfat \
+       orfteletext \
        partnerbox \
        passwordchanger \
        permanentclock \
@@ -66,6 +69,7 @@ SUBDIRS = \
        startuptostandby \
        tageditor \
        trafficinfo \
+       tvcharts \
        unwetterzentrale \
        virtualzap \
        vlcplayer \
@@ -79,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) $^ > $@