diff options
author | Tor Lillqvist <tml@iki.fi> | 2003-02-25 22:06:37 +0000 |
---|---|---|
committer | Tor Lillqvist <tml@src.gnome.org> | 2003-02-25 22:06:37 +0000 |
commit | 7667bbd34aa6278f7a8f83e7acf798b15adc0fd3 (patch) | |
tree | 603e065bdfec0441a0fb5a160c9e2df7fab41b27 /configure.in | |
parent | bda58843f3f1d48842144720589de162379ea4ed (diff) | |
download | atk-7667bbd34aa6278f7a8f83e7acf798b15adc0fd3.tar.gz |
Dist atk-zip.sh.in, not atk-zip.sh.
2003-02-25 Tor Lillqvist <tml@iki.fi>
* Makefile.am (EXTRA_DIST): Dist atk-zip.sh.in, not atk-zip.sh.
* atk/atk.def: Add a couple of missing entries, thanks to Cedric
Gustin.
* atk/atk.rc.in: New file, for version info in the DLL on
Windows. Similar as in GLib, GTK, etc.
* configure.in: Generate atk/atk.rc.
* atk/Makefile.am: Use atk.rc on Windows.
(EXTRA_DIST): Distribute atk.rc(.in).
* atk/atkobject.c: On Windows, don't use hardcoded ATKLOCALEDIR,
but deduce it from DLL location, like GLib, GTK etc do.
Diffstat (limited to 'configure.in')
-rw-r--r-- | configure.in | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/configure.in b/configure.in index 223e2e1..4ca9584 100644 --- a/configure.in +++ b/configure.in @@ -227,6 +227,7 @@ po/Makefile.in atk.pc atk-uninstalled.pc atk/Makefile +atk/atk.rc tests/Makefile docs/Makefile atk.spec |