gnome-scan r553 - trunk/modules



Author: bersace
Date: Thu Feb 28 18:34:37 2008
New Revision: 553
URL: http://svn.gnome.org/viewvc/gnome-scan?rev=553&view=rev

Log:
Don't version modules. Thanks to Ross Burton (fix bug #519350)


Modified:
   trunk/modules/Makefile.am

Modified: trunk/modules/Makefile.am
==============================================================================
--- trunk/modules/Makefile.am	(original)
+++ trunk/modules/Makefile.am	Thu Feb 28 18:34:37 2008
@@ -22,6 +22,8 @@
 	gsfile-pspec.h		\
 	gsfile-pspec.c
 
+libgsfiles_la_LDFLAGS = -avoid-version
+
 libgsane_la_SOURCES = \
 	gsane-backend.h     \
 	gsane-backend.c     \
@@ -33,43 +35,11 @@
 	gsane-common.h     \
 	gsane-common.c 
 
+libgsane_la_LDFLAGS = -avoid-version
+
 libgsane_la_LIBADD = \
- 	-L$(top_builddir)/lib -l SONAME@ \
+	-L$(top_builddir)/lib -l SONAME@ \
 	-lsane
 
 #
 ## File created by the gnome-build tools
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-



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