diff options
author | Tor Lillqvist <tml@src.gnome.org> | 2000-11-14 23:07:33 +0000 |
---|---|---|
committer | Tor Lillqvist <tml@src.gnome.org> | 2000-11-14 23:07:33 +0000 |
commit | 2d24862ffdf973337ff31168c11259a3f4d5acdf (patch) | |
tree | 6298b471a6de433e33a6bcb69571ccc5ffcffc6f /configure.in | |
parent | bf53eae5bf2b826c5d022f55b50d6ed3d404a74c (diff) | |
download | gtk+-2d24862ffdf973337ff31168c11259a3f4d5acdf.tar.gz |
Rename gtk/gtk.rc.in to gtk/gtk-win32.rc.in because the build-dll
script (in GLib) looks for the resource file having the same basename
as the DLL being built. Update configure.in and gtk/Makefile.am accordingly.
Diffstat (limited to 'configure.in')
-rw-r--r-- | configure.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.in b/configure.in index 9b036704c8..216702f377 100644 --- a/configure.in +++ b/configure.in @@ -1046,7 +1046,7 @@ gtk/Makefile gtk/makefile.mingw gtk/makefile.msc gtk/gtkcompat.h -gtk/gtk.rc +gtk/gtk-win32.rc gtk/stock-icons/Makefile modules/Makefile modules/linux-fb/Makefile |