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 /Makefile.am | |
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 'Makefile.am')
-rw-r--r-- | Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am index fe970b1..d21f511 100644 --- a/Makefile.am +++ b/Makefile.am @@ -7,7 +7,7 @@ EXTRA_DIST = \ atk.pc.in \ atk.spec.in \ atk.spec \ - atk-zip.sh + atk-zip.sh.in pkgconfigdir = $(libdir)/pkgconfig pkgconfig_DATA = atk.pc |