summaryrefslogtreecommitdiff
path: root/modules/input
diff options
context:
space:
mode:
authorMatthias Clasen <mclasen@redhat.com>2011-02-10 14:41:02 -0500
committerMatthias Clasen <mclasen@redhat.com>2011-02-10 14:41:02 -0500
commit524ce69bcb7e58f9f5bdf70f1e8a733c63c096f9 (patch)
tree11f3f33bf384d6270ee497d70386a50e885a4519 /modules/input
parentc7d41ac54f5aff5e7dec95132308ff791c279151 (diff)
downloadgtk+-524ce69bcb7e58f9f5bdf70f1e8a733c63c096f9.tar.gz
Bump the version to 3.0.0
At the same time, change the library sonames for -3.0 to just -3. This is necessary since the 2.99 releases installed libraries like libgtk-3.0.so.0.9903.0, and we want to prevent the library version number from jumping back. So 3.0 will have libgtk-3.so.0.0.0.
Diffstat (limited to 'modules/input')
-rw-r--r--modules/input/Makefile.am4
1 files changed, 2 insertions, 2 deletions
diff --git a/modules/input/Makefile.am b/modules/input/Makefile.am
index eb078f98f4..2ba9dcf99c 100644
--- a/modules/input/Makefile.am
+++ b/modules/input/Makefile.am
@@ -17,10 +17,10 @@ INCLUDES = \
$(INCLUDED_IMMODULE_DEFINE)
DEPS = \
- $(top_builddir)/gtk/libgtk-3.0.la
+ $(top_builddir)/gtk/libgtk-3.la
LDADDS = \
- $(top_builddir)/gtk/libgtk-3.0.la \
+ $(top_builddir)/gtk/libgtk-3.la \
$(GTK_DEP_LIBS)
moduledir = $(libdir)/gtk-3.0/$(GTK_BINARY_VERSION)/immodules