[f-spot/rubenv-gsoc-2009: 14/86] Make sure it actually links and runs correctly.



commit 199ed5703081c63593ec735bb8d6080973086841
Author: Ruben Vermeersch <ruben savanne be>
Date:   Sun Jul 19 13:39:04 2009 +0200

    Make sure it actually links and runs correctly.

 lib/libfspotraw/Makefile.am            |    4 +++-
 lib/libfspotraw/fspot-librawloader.cpp |    2 --
 2 files changed, 3 insertions(+), 3 deletions(-)
---
diff --git a/lib/libfspotraw/Makefile.am b/lib/libfspotraw/Makefile.am
index 24f80b6..2ba791d 100644
--- a/lib/libfspotraw/Makefile.am
+++ b/lib/libfspotraw/Makefile.am
@@ -25,7 +25,9 @@ libfspotraw_files = \
 	fspot-librawloader.cpp 							\
 	fspot-librawloader.h
 
-libfspotraw_la_SOURCES = \
+libfspotraw_la_SOURCES = 							\
+	fspot-librawloader-marshal.c					\
+	fspot-librawloader-marshal.h					\
 	$(libfspotraw_files)
 
 extract: $(LIBRAW).tar.gz
diff --git a/lib/libfspotraw/fspot-librawloader.cpp b/lib/libfspotraw/fspot-librawloader.cpp
index 9ae951e..3139dcd 100644
--- a/lib/libfspotraw/fspot-librawloader.cpp
+++ b/lib/libfspotraw/fspot-librawloader.cpp
@@ -255,8 +255,6 @@ static int
 libraw_progress_callback (void *user_data, enum LibRaw_progress p, int iteration, int expected)
 {
 	FSpotLibrawLoader *self = FSPOT_LIBRAWLOADER (user_data);
-
-	g_print ("Emitting %d/%d\n", iteration, expected);
 	g_signal_emit (self, signals[PROGRESS_UPDATED], 0, iteration, expected);
 	return 0;
 }



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