From 3daf03866813aae59caf8a84b804d1301c45144e Mon Sep 17 00:00:00 2001 From: Philipp Zabel Date: Thu, 8 Jul 2010 21:35:15 +0200 Subject: [PATCH] Makefile.am: update CLEANFILES --- Makefile.am | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/Makefile.am b/Makefile.am index 9796f53..5cc486a 100644 --- a/Makefile.am +++ b/Makefile.am @@ -275,6 +275,7 @@ ACLOCAL_AMFLAGS = -Im4 CLEANFILES = \ ${cinaest_SOURCES} \ + ${libcinaest_la_SOURCES} \ ${libcatalog_plugin_la_SOURCES} \ $(patsubst %.vala,%.c,${libgoogle_plugin_la_VALASOURCES}) \ ${libimdb_plugin_la_SOURCES} \ @@ -282,4 +283,8 @@ CLEANFILES = \ ${imdb_plaintext_downloader_SOURCES} \ ${google_poster_downloader_SOURCES} \ ${cinaest_google_backend_SOURCES} \ - ${cinaest_moviepilot_backend_SOURCES} + ${cinaest_moviepilot_backend_SOURCES} \ + plaintext-downloader-interface.h \ + cinaest.h \ + vapi/plaintext-downloader-interface.vapi \ + vapi/cinaest.vapi -- 1.7.9.5