From 4f62d50de170e6cc0bc9a5f0f7457974c912829d Mon Sep 17 00:00:00 2001 From: Nabil Hanna Date: Wed, 26 Nov 2008 18:31:23 +0000 Subject: [PATCH] -Added PermanentClock plugin -Handle also the po-makefiles for Mosaic, PasswordChanger, RSDownloader and ZapHistoryBrowser --- Makefile.am | 2 +- configure.ac | 8 ++++++++ 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/Makefile.am b/Makefile.am index b017314..f831a9d 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1,2 +1,2 @@ AUTOMAKE_OPTIONS = gnu -SUBDIRS = antiscrollbar movietagger webinterface wirelesslan netcaster lastfm logomanager vlcplayer simplerss trafficinfo fritzcall webcamviewer emailclient autotimer epgrefresh werbezapper httpproxy startuptostandby imdb ofdb networkwizard movieretitle moviecut tageditor cdinfo unwetterzentrale youtubeplayer zaphistorybrowser passwordchanger autoresolution mosaic googlemaps rsdownloader +SUBDIRS = antiscrollbar movietagger webinterface wirelesslan netcaster lastfm logomanager vlcplayer simplerss trafficinfo fritzcall webcamviewer emailclient autotimer epgrefresh werbezapper httpproxy startuptostandby imdb ofdb networkwizard movieretitle moviecut tageditor cdinfo unwetterzentrale youtubeplayer zaphistorybrowser passwordchanger autoresolution mosaic googlemaps rsdownloader permanentclock diff --git a/configure.ac b/configure.ac index 2f0ef00..b1d1179 100644 --- a/configure.ac +++ b/configure.ac @@ -140,21 +140,29 @@ youtubeplayer/src/Makefile youtubeplayer/src/Nemesis.GlassLine_Mod/Makefile zaphistorybrowser/Makefile +zaphistorybrowser/po/Makefile zaphistorybrowser/src/Makefile passwordchanger/Makefile +passwordchanger/po/Makefile passwordchanger/src/Makefile autoresolution/Makefile autoresolution/src/Makefile mosaic/Makefile +mosaic/po/Makefile mosaic/src/Makefile googlemaps/Makefile googlemaps/src/Makefile rsdownloader/Makefile +rsdownloader/po/Makefile rsdownloader/src/Makefile +permanentclock/Makefile +permanentclock/po/Makefile +permanentclock/src/Makefile + ]) -- 2.7.4