gnome-scan r706 - in trunk: . lib



Author: bersace
Date: Tue Dec 16 18:23:15 2008
New Revision: 706
URL: http://svn.gnome.org/viewvc/gnome-scan?rev=706&view=rev

Log:
Drop module helper.

Removed:
   trunk/lib/gnome-scan-module-helper.h
Modified:
   trunk/ChangeLog
   trunk/configure.ac
   trunk/lib/Makefile.am

Modified: trunk/configure.ac
==============================================================================
--- trunk/configure.ac	(original)
+++ trunk/configure.ac	Tue Dec 16 18:23:15 2008
@@ -62,7 +62,7 @@
 AC_SUBST(API_VERSION)
 AC_SUBST(VAPINAME)
 
-PKG_CHECK_MODULES(GNOME_SCAN, [gmodule-2.0 gthread-2.0 glib-2.0 gdk-2.0 >= 2.11 gdk-pixbuf-2.0 gtk+-2.0 >= 2.12 gegl >= 0.0.21 gconf-2.0 ])
+PKG_CHECK_MODULES(GNOME_SCAN, [gmodule-2.0 gthread-2.0 gobject-2.0 > 2.14 gtk+-2.0 >= 2.12 gegl >= 0.0.21 gconf-2.0 ])
 AC_SUBST(GNOME_SCAN_CFLAGS)
 AC_SUBST(GNOME_SCAN_LIBS)
 

Modified: trunk/lib/Makefile.am
==============================================================================
--- trunk/lib/Makefile.am	(original)
+++ trunk/lib/Makefile.am	Tue Dec 16 18:23:15 2008
@@ -46,7 +46,6 @@
 
 libgnome_scan_la_SOURCES = \
 	gnome-scan.vala.stamp	\
-	gnome-scan-module-helper.h		\
 	$(libgnome_scan_la_VALASOURCES:.vala=.c)	\
 	$(libgnome_scan_la_VALASOURCES:.vala=.h)	\
 	$(NULL)
@@ -60,7 +59,6 @@
 
 includegsdir = $(includedir)/@SONAME@
 includegs_HEADERS = \
-	gnome-scan.h	\
 	$(NULL)
 
 gnome-scan.vala.stamp: $(libgnome_scan_la_VALASOURCES)



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