From 504a7bacbe089538d844c6a3118c2eaac25433f4 Mon Sep 17 00:00:00 2001 From: Stephan Reichholf Date: Mon, 28 Jan 2008 17:20:30 +0000 Subject: [PATCH] add imdb to makefile and configure.ac --- Makefile.am | 2 +- configure.ac | 3 +++ 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/Makefile.am b/Makefile.am index b1dafa6..f43c030 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1,3 +1,3 @@ AUTOMAKE_OPTIONS = gnu -SUBDIRS = antiscrollbar movietagger webinterface wirelesslan netcaster lastfm logomanager vlcplayer simplerss trafficinfo fritzcall webcamviewer emailclient autotimer epgrefresh werbezapper httpproxy startuptostandby +SUBDIRS = antiscrollbar movietagger webinterface wirelesslan netcaster lastfm logomanager vlcplayer simplerss trafficinfo fritzcall webcamviewer emailclient autotimer epgrefresh werbezapper httpproxy startuptostandby imdb diff --git a/configure.ac b/configure.ac index 76dfa02..a49f4b7 100644 --- a/configure.ac +++ b/configure.ac @@ -84,4 +84,7 @@ httpproxy/src/Makefile startuptostandby/Makefile startuptostandby/src/Makefile +imdb/Makefile +imdb/src/Makefile + ]) -- 2.7.4