]> Pileus Git - ~andy/gtk/commitdiff
Use -no-undefined on Windows. Look for .dll or .so as appropriate as
authorTor Lillqvist <tml@iki.fi>
Fri, 2 Nov 2001 22:56:59 +0000 (22:56 +0000)
committerTor Lillqvist <tml@src.gnome.org>
Fri, 2 Nov 2001 22:56:59 +0000 (22:56 +0000)
2001-11-03  Tor Lillqvist  <tml@iki.fi>

* modules/input/Makefile.am: Use -no-undefined on Windows. Look
for .dll or .so as appropriate as module suffix.

* gtk-zip.sh.in: Use correct import library names.

* gtk/gtk.def: Add a couple of missing entry points. (#63585)

2001-11-02  Tor Lillqvist  <tml@iki.fi>

* gtk/gtkrc.c (gtk_rc_make_default_dir): Fix typo: extraneous
comma.  Include gtkprivate.h for GTK_LIBDIR etc definitions on
Windows.

2001-10-30  Tor Lillqvist  <tml@iki.fi>

* Makefile (install-data-hook): Use cp, not $(LN_S) on the .pc
files. Configure on Win32 (running on Cygwin) thinks symlinks
exist, but pkg-config is not necesarily a Cygwin program, and
doesn't understand them.

14 files changed:
ChangeLog
ChangeLog.pre-2-0
ChangeLog.pre-2-10
ChangeLog.pre-2-2
ChangeLog.pre-2-4
ChangeLog.pre-2-6
ChangeLog.pre-2-8
Makefile.am
gtk-zip.sh.in
gtk/gtk.def
gtk/gtkrc.c
modules/input/Makefile.am
po/ChangeLog
po/makefile.mingw

index b1f93fd1187efb84d3cae4f2589648447a03b7b3..86286a38020e0d0c730461fdb9a0aa8789aa6b95 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,25 @@
+2001-11-03  Tor Lillqvist  <tml@iki.fi>
+
+       * modules/input/Makefile.am: Use -no-undefined on Windows. Look
+       for .dll or .so as appropriate as module suffix.
+
+       * gtk-zip.sh.in: Use correct import library names.
+
+       * gtk/gtk.def: Add a couple of missing entry points. (#63585)
+
+2001-11-02  Tor Lillqvist  <tml@iki.fi>
+
+       * gtk/gtkrc.c (gtk_rc_make_default_dir): Fix typo: extraneous
+       comma.  Include gtkprivate.h for GTK_LIBDIR etc definitions on
+       Windows.
+
+2001-10-30  Tor Lillqvist  <tml@iki.fi>
+
+       * Makefile (install-data-hook): Use cp, not $(LN_S) on the .pc
+       files. Configure on Win32 (running on Cygwin) thinks symlinks
+       exist, but pkg-config is not necesarily a Cygwin program, and
+       doesn't understand them.
+
 Fri Nov  2 16:45:17 2001  Jonathan Blandford  <jrb@redhat.com>
 
        * gtk/gtkrbtree.c (_gtk_rbtree_remove_node): Clean up height code
@@ -173,7 +195,6 @@ Thu Nov  1 00:44:50 2001  Jonathan Blandford  <jrb@redhat.com>
        * gtk/gtktreeview.c (gtk_tree_view_class_init): Support Shift,
        Control, and Shift|Control L<->R, #63475
 
->>>>>>> 1.2518
 Wed Oct 31 18:53:51 2001  Jonathan Blandford  <jrb@redhat.com>
 
        * gtk/gtktreemodel.c (gtk_tree_row_ref_deleted_callback): fix
index b1f93fd1187efb84d3cae4f2589648447a03b7b3..86286a38020e0d0c730461fdb9a0aa8789aa6b95 100644 (file)
@@ -1,3 +1,25 @@
+2001-11-03  Tor Lillqvist  <tml@iki.fi>
+
+       * modules/input/Makefile.am: Use -no-undefined on Windows. Look
+       for .dll or .so as appropriate as module suffix.
+
+       * gtk-zip.sh.in: Use correct import library names.
+
+       * gtk/gtk.def: Add a couple of missing entry points. (#63585)
+
+2001-11-02  Tor Lillqvist  <tml@iki.fi>
+
+       * gtk/gtkrc.c (gtk_rc_make_default_dir): Fix typo: extraneous
+       comma.  Include gtkprivate.h for GTK_LIBDIR etc definitions on
+       Windows.
+
+2001-10-30  Tor Lillqvist  <tml@iki.fi>
+
+       * Makefile (install-data-hook): Use cp, not $(LN_S) on the .pc
+       files. Configure on Win32 (running on Cygwin) thinks symlinks
+       exist, but pkg-config is not necesarily a Cygwin program, and
+       doesn't understand them.
+
 Fri Nov  2 16:45:17 2001  Jonathan Blandford  <jrb@redhat.com>
 
        * gtk/gtkrbtree.c (_gtk_rbtree_remove_node): Clean up height code
@@ -173,7 +195,6 @@ Thu Nov  1 00:44:50 2001  Jonathan Blandford  <jrb@redhat.com>
        * gtk/gtktreeview.c (gtk_tree_view_class_init): Support Shift,
        Control, and Shift|Control L<->R, #63475
 
->>>>>>> 1.2518
 Wed Oct 31 18:53:51 2001  Jonathan Blandford  <jrb@redhat.com>
 
        * gtk/gtktreemodel.c (gtk_tree_row_ref_deleted_callback): fix
index b1f93fd1187efb84d3cae4f2589648447a03b7b3..86286a38020e0d0c730461fdb9a0aa8789aa6b95 100644 (file)
@@ -1,3 +1,25 @@
+2001-11-03  Tor Lillqvist  <tml@iki.fi>
+
+       * modules/input/Makefile.am: Use -no-undefined on Windows. Look
+       for .dll or .so as appropriate as module suffix.
+
+       * gtk-zip.sh.in: Use correct import library names.
+
+       * gtk/gtk.def: Add a couple of missing entry points. (#63585)
+
+2001-11-02  Tor Lillqvist  <tml@iki.fi>
+
+       * gtk/gtkrc.c (gtk_rc_make_default_dir): Fix typo: extraneous
+       comma.  Include gtkprivate.h for GTK_LIBDIR etc definitions on
+       Windows.
+
+2001-10-30  Tor Lillqvist  <tml@iki.fi>
+
+       * Makefile (install-data-hook): Use cp, not $(LN_S) on the .pc
+       files. Configure on Win32 (running on Cygwin) thinks symlinks
+       exist, but pkg-config is not necesarily a Cygwin program, and
+       doesn't understand them.
+
 Fri Nov  2 16:45:17 2001  Jonathan Blandford  <jrb@redhat.com>
 
        * gtk/gtkrbtree.c (_gtk_rbtree_remove_node): Clean up height code
@@ -173,7 +195,6 @@ Thu Nov  1 00:44:50 2001  Jonathan Blandford  <jrb@redhat.com>
        * gtk/gtktreeview.c (gtk_tree_view_class_init): Support Shift,
        Control, and Shift|Control L<->R, #63475
 
->>>>>>> 1.2518
 Wed Oct 31 18:53:51 2001  Jonathan Blandford  <jrb@redhat.com>
 
        * gtk/gtktreemodel.c (gtk_tree_row_ref_deleted_callback): fix
index b1f93fd1187efb84d3cae4f2589648447a03b7b3..86286a38020e0d0c730461fdb9a0aa8789aa6b95 100644 (file)
@@ -1,3 +1,25 @@
+2001-11-03  Tor Lillqvist  <tml@iki.fi>
+
+       * modules/input/Makefile.am: Use -no-undefined on Windows. Look
+       for .dll or .so as appropriate as module suffix.
+
+       * gtk-zip.sh.in: Use correct import library names.
+
+       * gtk/gtk.def: Add a couple of missing entry points. (#63585)
+
+2001-11-02  Tor Lillqvist  <tml@iki.fi>
+
+       * gtk/gtkrc.c (gtk_rc_make_default_dir): Fix typo: extraneous
+       comma.  Include gtkprivate.h for GTK_LIBDIR etc definitions on
+       Windows.
+
+2001-10-30  Tor Lillqvist  <tml@iki.fi>
+
+       * Makefile (install-data-hook): Use cp, not $(LN_S) on the .pc
+       files. Configure on Win32 (running on Cygwin) thinks symlinks
+       exist, but pkg-config is not necesarily a Cygwin program, and
+       doesn't understand them.
+
 Fri Nov  2 16:45:17 2001  Jonathan Blandford  <jrb@redhat.com>
 
        * gtk/gtkrbtree.c (_gtk_rbtree_remove_node): Clean up height code
@@ -173,7 +195,6 @@ Thu Nov  1 00:44:50 2001  Jonathan Blandford  <jrb@redhat.com>
        * gtk/gtktreeview.c (gtk_tree_view_class_init): Support Shift,
        Control, and Shift|Control L<->R, #63475
 
->>>>>>> 1.2518
 Wed Oct 31 18:53:51 2001  Jonathan Blandford  <jrb@redhat.com>
 
        * gtk/gtktreemodel.c (gtk_tree_row_ref_deleted_callback): fix
index b1f93fd1187efb84d3cae4f2589648447a03b7b3..86286a38020e0d0c730461fdb9a0aa8789aa6b95 100644 (file)
@@ -1,3 +1,25 @@
+2001-11-03  Tor Lillqvist  <tml@iki.fi>
+
+       * modules/input/Makefile.am: Use -no-undefined on Windows. Look
+       for .dll or .so as appropriate as module suffix.
+
+       * gtk-zip.sh.in: Use correct import library names.
+
+       * gtk/gtk.def: Add a couple of missing entry points. (#63585)
+
+2001-11-02  Tor Lillqvist  <tml@iki.fi>
+
+       * gtk/gtkrc.c (gtk_rc_make_default_dir): Fix typo: extraneous
+       comma.  Include gtkprivate.h for GTK_LIBDIR etc definitions on
+       Windows.
+
+2001-10-30  Tor Lillqvist  <tml@iki.fi>
+
+       * Makefile (install-data-hook): Use cp, not $(LN_S) on the .pc
+       files. Configure on Win32 (running on Cygwin) thinks symlinks
+       exist, but pkg-config is not necesarily a Cygwin program, and
+       doesn't understand them.
+
 Fri Nov  2 16:45:17 2001  Jonathan Blandford  <jrb@redhat.com>
 
        * gtk/gtkrbtree.c (_gtk_rbtree_remove_node): Clean up height code
@@ -173,7 +195,6 @@ Thu Nov  1 00:44:50 2001  Jonathan Blandford  <jrb@redhat.com>
        * gtk/gtktreeview.c (gtk_tree_view_class_init): Support Shift,
        Control, and Shift|Control L<->R, #63475
 
->>>>>>> 1.2518
 Wed Oct 31 18:53:51 2001  Jonathan Blandford  <jrb@redhat.com>
 
        * gtk/gtktreemodel.c (gtk_tree_row_ref_deleted_callback): fix
index b1f93fd1187efb84d3cae4f2589648447a03b7b3..86286a38020e0d0c730461fdb9a0aa8789aa6b95 100644 (file)
@@ -1,3 +1,25 @@
+2001-11-03  Tor Lillqvist  <tml@iki.fi>
+
+       * modules/input/Makefile.am: Use -no-undefined on Windows. Look
+       for .dll or .so as appropriate as module suffix.
+
+       * gtk-zip.sh.in: Use correct import library names.
+
+       * gtk/gtk.def: Add a couple of missing entry points. (#63585)
+
+2001-11-02  Tor Lillqvist  <tml@iki.fi>
+
+       * gtk/gtkrc.c (gtk_rc_make_default_dir): Fix typo: extraneous
+       comma.  Include gtkprivate.h for GTK_LIBDIR etc definitions on
+       Windows.
+
+2001-10-30  Tor Lillqvist  <tml@iki.fi>
+
+       * Makefile (install-data-hook): Use cp, not $(LN_S) on the .pc
+       files. Configure on Win32 (running on Cygwin) thinks symlinks
+       exist, but pkg-config is not necesarily a Cygwin program, and
+       doesn't understand them.
+
 Fri Nov  2 16:45:17 2001  Jonathan Blandford  <jrb@redhat.com>
 
        * gtk/gtkrbtree.c (_gtk_rbtree_remove_node): Clean up height code
@@ -173,7 +195,6 @@ Thu Nov  1 00:44:50 2001  Jonathan Blandford  <jrb@redhat.com>
        * gtk/gtktreeview.c (gtk_tree_view_class_init): Support Shift,
        Control, and Shift|Control L<->R, #63475
 
->>>>>>> 1.2518
 Wed Oct 31 18:53:51 2001  Jonathan Blandford  <jrb@redhat.com>
 
        * gtk/gtktreemodel.c (gtk_tree_row_ref_deleted_callback): fix
index b1f93fd1187efb84d3cae4f2589648447a03b7b3..86286a38020e0d0c730461fdb9a0aa8789aa6b95 100644 (file)
@@ -1,3 +1,25 @@
+2001-11-03  Tor Lillqvist  <tml@iki.fi>
+
+       * modules/input/Makefile.am: Use -no-undefined on Windows. Look
+       for .dll or .so as appropriate as module suffix.
+
+       * gtk-zip.sh.in: Use correct import library names.
+
+       * gtk/gtk.def: Add a couple of missing entry points. (#63585)
+
+2001-11-02  Tor Lillqvist  <tml@iki.fi>
+
+       * gtk/gtkrc.c (gtk_rc_make_default_dir): Fix typo: extraneous
+       comma.  Include gtkprivate.h for GTK_LIBDIR etc definitions on
+       Windows.
+
+2001-10-30  Tor Lillqvist  <tml@iki.fi>
+
+       * Makefile (install-data-hook): Use cp, not $(LN_S) on the .pc
+       files. Configure on Win32 (running on Cygwin) thinks symlinks
+       exist, but pkg-config is not necesarily a Cygwin program, and
+       doesn't understand them.
+
 Fri Nov  2 16:45:17 2001  Jonathan Blandford  <jrb@redhat.com>
 
        * gtk/gtkrbtree.c (_gtk_rbtree_remove_node): Clean up height code
@@ -173,7 +195,6 @@ Thu Nov  1 00:44:50 2001  Jonathan Blandford  <jrb@redhat.com>
        * gtk/gtktreeview.c (gtk_tree_view_class_init): Support Shift,
        Control, and Shift|Control L<->R, #63475
 
->>>>>>> 1.2518
 Wed Oct 31 18:53:51 2001  Jonathan Blandford  <jrb@redhat.com>
 
        * gtk/gtktreemodel.c (gtk_tree_row_ref_deleted_callback): fix
index 4dac8bafe9b295b79f54d12c9d27624a6639fa07..fbf33ab52cd34704e190d4714fcb4ec2ad35a984 100644 (file)
@@ -149,11 +149,11 @@ install-data-hook:
        (cd $(DESTDIR)$(pkgconfigdir) && \
         test -e gdk-$(DEFAULT_GDKTARGET)-2.0.pc && \
         test -e gtk+-$(DEFAULT_GDKTARGET)-2.0.pc && \
-        $(LN_S) -f gdk-$(DEFAULT_GDKTARGET)-2.0.pc gdk-2.0.pc && \
-        $(LN_S) -f gtk+-$(DEFAULT_GDKTARGET)-2.0.pc gtk+-2.0.pc) || \
+        cp -f gdk-$(DEFAULT_GDKTARGET)-2.0.pc gdk-2.0.pc && \
+        cp -f gtk+-$(DEFAULT_GDKTARGET)-2.0.pc gtk+-2.0.pc) || \
        (cd $(DESTDIR)$(pkgconfigdir) && \
-        $(LN_S) -f gdk-$(GDKTARGET)-2.0.pc gdk-2.0.pc && \
-        $(LN_S) -f gtk+-$(GDKTARGET)-2.0.pc gtk+-2.0.pc)
+        cp -f gdk-$(GDKTARGET)-2.0.pc gdk-2.0.pc && \
+        cp -f gtk+-$(GDKTARGET)-2.0.pc gtk+-2.0.pc)
 
 dist-hook: gtk+.spec
        if test -e $(srcdir)/INSTALL.in && test -e $(srcdir)/README.in ; then \
index 97935b3f3d153db241bbc2752a225775e908ad36..ac5c485f3eedae2a6b41434e9731cd5a9562d424 100755 (executable)
@@ -16,15 +16,18 @@ lib/libgdk_pixbuf-@GTK_MAJOR_VERSION@.@GTK_MINOR_VERSION@-@LT_CURRENT_MINUS_AGE@
 lib/libgdk_pixbuf-@GTK_MAJOR_VERSION@.@GTK_MINOR_VERSION@.dll.a
 lib/gdk_pixbuf-@GTK_MAJOR_VERSION@.@GTK_MINOR_VERSION@.lib
 lib/libgdk-win32-@GTK_MAJOR_VERSION@.@GTK_MINOR_VERSION@-@LT_CURRENT_MINUS_AGE@.dll
-lib/libgdk-win32.dll.a
-lib/gdk-win32.lib
+lib/libgdk-win32-@GTK_MAJOR_VERSION@.@GTK_MINOR_VERSION@.dll.a
+lib/gdk-win32-@GTK_MAJOR_VERSION@.@GTK_MINOR_VERSION@.lib
 lib/libgtk-win32-@GTK_MAJOR_VERSION@.@GTK_MINOR_VERSION@-@LT_CURRENT_MINUS_AGE@.dll
-lib/libgtk-win32.dll.a
-lib/gtk-win32.lib
+lib/libgtk-win32-@GTK_MAJOR_VERSION@.@GTK_MINOR_VERSION@.dll.a
+lib/gtk-win32-@GTK_MAJOR_VERSION@.@GTK_MINOR_VERSION@.lib
 lib/gtk-2.0
 lib/pkgconfig/gdk-pixbuf-2.0.pc
 lib/pkgconfig/gdk-2.0.pc
+lib/pkgconfig/gdk-win32-2.0.pc
 lib/pkgconfig/gtk+-2.0.pc
+lib/pkgconfig/gtk+-win32-2.0.pc
+share/aclocal/gtk-2.0.m4
 EOF
 
 zip -r $ZIP lib/locale/*/LC_MESSAGES/gtk20.mo
index 259e0e17aeb86cdbc50257f45918dfcffc88099f..2a20f064510a22621846485a20fd032a4d98a82f 100755 (executable)
@@ -1848,6 +1848,7 @@ EXPORTS
        gtk_tree_view_collapse_row
        gtk_tree_view_column_add_attribute
        gtk_tree_view_column_cell_draw_focus
+       gtk_tree_view_column_cell_event
        gtk_tree_view_column_cell_focus
        gtk_tree_view_column_cell_get_size
        gtk_tree_view_column_cell_is_visible
@@ -2007,6 +2008,7 @@ EXPORTS
        gtk_widget_ensure_style
        gtk_widget_event
        gtk_widget_freeze_child_notify
+       gtk_widget_get_accessible
        gtk_widget_get_ancestor
        gtk_widget_get_child_requisition
        gtk_widget_get_child_visible
index 204eb8214de2ec1c3c0796a35a278c12a15fa3a5..806896adf9450eefe8785b92f9abd5897fc0b346 100644 (file)
@@ -53,6 +53,7 @@
 #include "gtkthemes.h"
 #include "gtkintl.h"
 #include "gtkiconfactory.h"
+#include "gtkprivate.h"
 #include "gtksettings.h"
 #include "gtkwindow.h"
 
@@ -304,7 +305,7 @@ gtk_rc_make_default_dir (const gchar *type)
   if (var)
     path = g_build_filename (var, "lib", "gtk-2.0", type, GTK_BINARY_VERSION, NULL);
   else
-    path = g_build_filename (GTK_LIBDIR, "gtk-2.0,", type, GTK_BINARY_VERSION, NULL);
+    path = g_build_filename (GTK_LIBDIR, "gtk-2.0", type, GTK_BINARY_VERSION, NULL);
 
   return path;
 }
index 5f9fbf8946d204305c8c09ce1824d27b52f97feb..f3c8d87253155f3e739e8c95cd940cf61eccdc27 100644 (file)
@@ -1,4 +1,11 @@
-## Makefile.am for gtk+/demos
+## Makefile.am for gtk+/modules/input
+
+if PLATFORM_WIN32
+no_undefined = -no-undefined
+SOSUFFIX=dll
+else
+SOSUFFIX=so
+endif
 
 INCLUDES = @STRIP_BEGIN@ \
        -I$(top_srcdir)                                 \
@@ -24,7 +31,7 @@ LDADDS = @STRIP_BEGIN@                                        \
 
 moduledir = $(libdir)/gtk-2.0/immodules/$(GTK_BINARY_VERSION)
 
-im_xim_la_LDFLAGS = -rpath $(moduledir) -avoid-version -module
+im_xim_la_LDFLAGS = -rpath $(moduledir) -avoid-version -module $(no_undefined)
 im_xim_la_SOURCES =            \
        gtkimcontextxim.c       \
        gtkimcontextxim.h       \
@@ -34,23 +41,23 @@ if USE_X11
 IM_XIM_MODULE=im-xim.la 
 endif
 
-im_cyrillic_translit_la_LDFLAGS = -rpath $(moduledir) -avoid-version -module
+im_cyrillic_translit_la_LDFLAGS = -rpath $(moduledir) -avoid-version -module $(no_undefined)
 im_cyrillic_translit_la_SOURCES = imcyrillic-translit.c
 im_cyrillic_translit_la_LIBADD = $(LDADDS)
 
-im_thai_broken_la_LDFLAGS = -rpath $(moduledir) -avoid-version -module
+im_thai_broken_la_LDFLAGS = -rpath $(moduledir) -avoid-version -module $(no_undefined)
 im_thai_broken_la_SOURCES = imthai-broken.c
 im_thai_broken_la_LIBADD = $(LDADDS)
 
-im_viqr_la_LDFLAGS = -rpath $(moduledir) -avoid-version -module
+im_viqr_la_LDFLAGS = -rpath $(moduledir) -avoid-version -module $(no_undefined)
 im_viqr_la_SOURCES = imviqr.c
 im_viqr_la_LIBADD = $(LDADDS)
 
-im_inuktitut_la_LDFLAGS = -rpath $(moduledir) -avoid-version -module
+im_inuktitut_la_LDFLAGS = -rpath $(moduledir) -avoid-version -module $(no_undefined)
 im_inuktitut_la_SOURCES = iminuktitut.c
 im_inuktitut_la_LIBADD = $(LDADDS)
 
-im_ipa_la_LDFLAGS = -rpath $(moduledir) -avoid-version -module
+im_ipa_la_LDFLAGS = -rpath $(moduledir) -avoid-version -module $(no_undefined)
 im_ipa_la_SOURCES = imipa.c
 im_ipa_la_LIBADD = $(LDADDS)
 
@@ -66,6 +73,6 @@ module_LTLIBRARIES = im-cyrillic-translit.la $(IM_XIM_MODULE) im-viqr.la im-thai
                      im-inuktitut.la im-ipa.la
 
 gtk.immodules: Makefile.am $(module_LTLIBRARIES)
-       $(top_builddir)/gtk/gtk-query-immodules-2.0 .libs/*.so > gtk.immodules
+       $(top_builddir)/gtk/gtk-query-immodules-2.0 .libs/*.$(SOSUFFIX) > gtk.immodules
 
 all-local: gtk.immodules
index e3ee6c19376832337054130e34687bb90482c374..54a78e7b4ec986137b43c4e8a609585904982883 100644 (file)
@@ -1,3 +1,7 @@
+2001-11-03  Tor Lillqvist  <tml@iki.fi>
+
+       * makefile.mingw: Update according to my current conventions.
+
 2001-10-24  Stanislav Visnovsky  <visnovsky@nenya.ms.mff.cuni.cz>
 
        * sk.po: More updates.
index 21f4069010ae295a8b6b38bf74d9113891f2324f..e40ad35ff76d5dc515b574cdca9914052d0baa0f 100644 (file)
@@ -5,21 +5,19 @@
 ## To convert the clear-text message catalogs to binary form (.gmo)
 ## files you will need msgfmt, from GNU gettext.
 
-# This file is included from other po directories, too.
-# They should define their own PACKAGE and possibly INSTALLSUBDIR
-# and LOCALEDIR macros
+# This file is possibly included from other po directories, too.  They
+# should define their own PACKAGE and possibly INSTALLSUBDIR and
+# LOCALEDIR macros
 
 ifndef PACKAGE
 PACKAGE = gtk20
 endif
-ifndef INSTALLSUBDIR
-INSTALLSUBDIR = $(PACKAGE)
-endif
+
 ifndef LOCALEDIR
 # This is what I use as installation target, from where the installer-builder
 # will pick it up. The end-user installation location will be asked by
-# the installer (typically %WinDir%\gtk+).
-LOCALEDIR = /install/$(INSTALLSUBDIR)/locale
+# an installer.
+LOCALEDIR = /target/lib/locale
 endif
 
 LANGUAGES = $(subst .po,,$(wildcard *.po))