[gthumb] [image_rotation] added the libjpeg_utils dependency



commit ddc86a504a08dee87bbe6b2cc6b300fe7cbff066
Author: Paolo Bacchilega <paobac src gnome org>
Date:   Wed Apr 14 13:26:24 2010 +0200

    [image_rotation] added the libjpeg_utils dependency

 extensions/Makefile.am                |    2 +-
 extensions/image_rotation/Makefile.am |    6 +++---
 2 files changed, 4 insertions(+), 4 deletions(-)
---
diff --git a/extensions/Makefile.am b/extensions/Makefile.am
index 434830d..048d8b7 100644
--- a/extensions/Makefile.am
+++ b/extensions/Makefile.am
@@ -15,10 +15,10 @@ SUBDIRS = 			\
 	gstreamer_utils		\
 	gstreamer_tools		\
 	image_print		\
-	image_rotation		\
 	image_viewer		\
 	importer		\
 	jpeg_utils		\
+	image_rotation		\
 	list_tools		\
 	photo_importer		\
 	picasaweb		\
diff --git a/extensions/image_rotation/Makefile.am b/extensions/image_rotation/Makefile.am
index db61002..ce6171d 100644
--- a/extensions/image_rotation/Makefile.am
+++ b/extensions/image_rotation/Makefile.am
@@ -11,11 +11,11 @@ libimage_rotation_la_SOURCES = 		\
 	gth-transform-task.h		\
 	main.c				\
 	rotation-utils.c		\
-	rotation-utils.h		
+	rotation-utils.h
 
-libimage_rotation_la_CFLAGS = $(GTHUMB_CFLAGS) $(JPEG_CFLAGS) -I$(top_srcdir) -I$(top_builddir)/gthumb 
+libimage_rotation_la_CFLAGS = $(GTHUMB_CFLAGS) $(JPEG_CFLAGS) -I$(top_srcdir) -I$(top_builddir)/gthumb
 libimage_rotation_la_LDFLAGS = $(EXTENSION_LIBTOOL_FLAGS)
-libimage_rotation_la_LIBADD = $(GTHUMB_LIBS) $(JPEG_LIBS)
+libimage_rotation_la_LIBADD = $(GTHUMB_LIBS) $(JPEG_LIBS) ../jpeg_utils/libjpeg_utils.la
 libimage_rotation_la_DEPENDENCIES = $(top_builddir)/gthumb/gthumb$(EXEEXT)
 
 extensioninidir = $(extensiondir)



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