[cheese] Move CheeseCountdown to the library



commit 8941b280a402e95336dfa5f78737d8c53589052a
Author: Bastien Nocera <hadess hadess net>
Date:   Wed Dec 2 15:36:09 2009 +0000

    Move CheeseCountdown to the library

 libcheese/Makefile.am                 |    4 +++-
 {src => libcheese}/cheese-countdown.c |    0
 {src => libcheese}/cheese-countdown.h |    0
 po/POTFILES.in                        |    2 +-
 src/Makefile.am                       |    2 --
 5 files changed, 4 insertions(+), 4 deletions(-)
---
diff --git a/libcheese/Makefile.am b/libcheese/Makefile.am
index d56e792..5ccfc15 100644
--- a/libcheese/Makefile.am
+++ b/libcheese/Makefile.am
@@ -22,7 +22,9 @@ libcheesecommon_la_SOURCES = \
 	cheese-camera.c \
 	cheese-camera.h \
 	cheese-flash.h \
-	cheese-flash.c
+	cheese-flash.c \
+	cheese-countdown.c \
+	cheese-countdown.h
 
 libcheese_gtk_la_SOURCES = \
 	cheese-widget.c \
diff --git a/src/cheese-countdown.c b/libcheese/cheese-countdown.c
similarity index 100%
rename from src/cheese-countdown.c
rename to libcheese/cheese-countdown.c
diff --git a/src/cheese-countdown.h b/libcheese/cheese-countdown.h
similarity index 100%
rename from src/cheese-countdown.h
rename to libcheese/cheese-countdown.h
diff --git a/po/POTFILES.in b/po/POTFILES.in
index 81baaf7..edba097 100644
--- a/po/POTFILES.in
+++ b/po/POTFILES.in
@@ -6,8 +6,8 @@ data/cheese.schemas.in
 [type: gettext/glade]data/cheese.ui
 [type: gettext/glade]data/cheese-prefs.ui
 libcheese/cheese-camera.c
+libcheese/cheese-countdown.c
 src/cheese-effect-chooser.c
-src/cheese-countdown.c
 src/cheese-no-camera.c
 src/cheese-window.c
 src/cheese.c
diff --git a/src/Makefile.am b/src/Makefile.am
index 3c5b2df..378ccdc 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -16,8 +16,6 @@ bin_PROGRAMS = cheese
 
 cheese_SOURCES = \
 	cheese.c \
-	cheese-countdown.c \
-	cheese-countdown.h \
 	cheese-dbus.c \
 	cheese-dbus.h \
 	cheese-effect-chooser.c \



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