summaryrefslogtreecommitdiff
path: root/exo-open
diff options
context:
space:
mode:
authorJannis Pohlmann <jannis@xfce.org>2009-08-15 23:50:09 +0200
committerJannis Pohlmann <jannis@xfce.org>2009-08-15 23:50:09 +0200
commit46ee5ce1284231ce6437e4465b54337dad0393e7 (patch)
tree2129f886c645df30c4924505114b3a986d802a81 /exo-open
parent4c725114b766723232351bfb39f453d94cf8d631 (diff)
downloadexo-46ee5ce1284231ce6437e4465b54337dad0393e7.tar.gz
Rename exo-0.3 to exo-1. Merge versioning-from-0.3-to-1 branch.
commit c9b8d885c034022ae7cbaba91f17ffc15b5608ea Author: Nick Schermer <nick@xfce.org> Date: Fri Aug 14 22:59:00 2009 +0200 Cleanup some unneeded Gtk or Glib version checks. commit 6a9b850134897ea57830de53dce38d6abb510193 Author: Nick Schermer <nick@xfce.org> Date: Fri Aug 14 22:52:34 2009 +0200 Move some private binding struts out of the header. commit 5ba0cb5e14b1e89f94c9e1a3fa9763dc57220249 Author: Jannis Pohlmann <jannis@xfce.org> Date: Thu Aug 13 17:16:47 2009 +0200 Remove exo_icon_view_{set,get}_{text,markup,pixbuf}_column() functions. commit 28e7f49b8864163aacf764b21d07592a14072a45 Author: Jannis Pohlmann <jannis@xfce.org> Date: Thu Aug 13 16:54:36 2009 +0200 Drop ExoPangoEllipsizeMode and related functions. commit 7ba2f84774dbf69f669cc6677cae10d382c6b66d Author: Jannis Pohlmann <jannis@xfce.org> Date: Thu Aug 13 16:49:00 2009 +0200 Remove exo_md5_*() functions and ExoMd5Digest. There's GChecksum now. commit 0d7c388f8875a32d902cd94ca492787c812121d4 Author: Jannis Pohlmann <jannis@xfce.org> Date: Thu Aug 13 16:40:57 2009 +0200 Remove exo_intern_string() and exo_intern_static_string(). commit 796215a00b477d8ad10fd5a3d1c6b575739ef2ba Author: Jannis Pohlmann <jannis@xfce.org> Date: Thu Aug 13 16:31:55 2009 +0200 Remove ExoEllipsizedLabel from exo.symbols. commit ec8c2ced12d05a0e54ade145527e0d2fb752c36c Author: Jannis Pohlmann <jannis@xfce.org> Date: Thu Aug 13 16:26:10 2009 +0200 Drop ExoEllipsizedLabel entirely. commit 9bb4e592eb7c04d7227292ab3eb59f47a5cb634c Author: Jannis Pohlmann <jannis@xfce.org> Date: Thu Aug 13 15:39:50 2009 +0200 Drop exo_gtk_object_ref_sink and exo_gtk_radio_action_set_current_value. This is part of bug #5671, which is about dropping deprecated/obsolete bits from exo before we switch from exo-0.3 to exo-1. commit 79ce003347ba5e4bb32a9f3c2cd93739fc07a0f3 Author: Jannis Pohlmann <jannis@xfce.org> Date: Thu Aug 13 02:10:39 2009 +0200 Make Python bindings work again. pyexo.require('0.3') works with exo-1. commit 1793ad0e2fc2a2407f5babfc3c6464bd4cf4c250 Author: Jannis Pohlmann <jannis@xfce.org> Date: Thu Aug 13 01:26:33 2009 +0200 Rename 0.3 to 1 in even more places. Python module might not work. commit 2de4f022e76541549f2c7a1e1e41116b8da98e2c Author: Jannis Pohlmann <jannis@xfce.org> Date: Thu Aug 13 00:09:35 2009 +0200 Switch from exo-0.3 to exo-1 (library and command names). I might have missed a few spots. This is not tested yet.
Diffstat (limited to 'exo-open')
-rw-r--r--exo-open/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/exo-open/Makefile.am b/exo-open/Makefile.am
index 6c5df08..0f95c4d 100644
--- a/exo-open/Makefile.am
+++ b/exo-open/Makefile.am
@@ -20,6 +20,6 @@ exo_open_LDFLAGS = \
exo_open_LDADD = \
$(GTK_LIBS) \
- $(top_builddir)/exo/libexo-$(LIBEXO_VERSION_MAJOR).$(LIBEXO_VERSION_MINOR).la
+ $(top_builddir)/exo/libexo-$(LIBEXO_VERSION_API).la
# vi:set ts=8 sw=8 noet ai nocindent syntax=automake: