[gnome-web-photo: 23/24] Fix 'make dist'



commit 3c958f633eecc31f475658da991d79018d1d050f
Author: Vincent Untz <vuntz gnome org>
Date:   Wed Feb 16 20:28:07 2011 +0100

    Fix 'make dist'

 data/Makefile.am |   16 +++++++++-------
 po/POTFILES.in   |    3 ++-
 2 files changed, 11 insertions(+), 8 deletions(-)
---
diff --git a/data/Makefile.am b/data/Makefile.am
index b507253..412443c 100644
--- a/data/Makefile.am
+++ b/data/Makefile.am
@@ -1,8 +1,13 @@
+schema_in_files = thumbnailer.schemas.in
+thumbnailer_DATA_files = gnome-web-photo.thumbnailer
+
+cssdir = $(pkgdatadir)
+css_DATA = style.css
+
 if !HAVE_GNOME3
 @INTLTOOL_SCHEMAS_RULE@
 
 schemadir = $(GCONF_SCHEMA_FILE_DIR)
-schema_in_files = thumbnailer.schemas.in
 schema_DATA = $(schema_in_files:%.in=%)
 
 install-data-local: $(schema_DATA)
@@ -17,15 +22,12 @@ endif
 
 if HAVE_GNOME3
 thumbnailerdir = $(datadir)/thumbnailers
-thumbnailer_DATA = gnome-web-photo.thumbnailer
+thumbnailer_DATA = $(thumbnailer_DATA_files)
 endif
 
-cssdir = $(pkgdatadir)
-css_DATA = style.css
-
 EXTRA_DIST = \
-	$(schema_in_files)	\
-	$(thumbnailer_DATA)	\
+	$(schema_in_files)		\
+	$(thumbnailer_DATA_files)	\
 	$(css_DATA)
 
 CLEANFILES = $(schema_DATA)
diff --git a/po/POTFILES.in b/po/POTFILES.in
index 6be2c43..43484d3 100644
--- a/po/POTFILES.in
+++ b/po/POTFILES.in
@@ -1,3 +1,4 @@
 # Please keep this file sorted alphabetically
 data/thumbnailer.schemas.in
-src/main.cpp
+src/gnome-web-photo.c
+src/photo-offscreen-window.c



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]