Fix typo.
authorTor Lillqvist <tml@novell.com>
Fri, 19 Aug 2005 14:01:01 +0000 (14:01 +0000)
committerTor Lillqvist <tml@src.gnome.org>
Fri, 19 Aug 2005 14:01:01 +0000 (14:01 +0000)
2005-08-19  Tor Lillqvist  <tml@novell.com>

* atk/Makefile.am (install-def-file): Fix typo.

ChangeLog
atk/Makefile.am

index bb801ce..f75d5e9 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2005-08-19  Tor Lillqvist  <tml@novell.com>
+
+       * atk/Makefile.am (install-def-file): Fix typo.
+
 2005-08-04  Tor Lillqvist  <tml@novell.com>
 
        * configure.in: Look for windres on Win32.
index f9bd6b3..79a978e 100644 (file)
@@ -134,7 +134,7 @@ libatk_1_0_la_LDFLAGS += -export-symbols atk.def -no-undefined -Wl,atk-win32-res
 libatk_1_0_la_DEPENDENCIES = atk-win32-res.o
 
 install-def-file:
-       $(INSTALL) $(srcdir)atk.def $(DESTDIR)$(libdir)/atk-1.0.def
+       $(INSTALL) $(srcdir)/atk.def $(DESTDIR)$(libdir)/atk-1.0.def
 uninstall-def-file:
        -rm $(DESTDIR)$(libdir)/atk-1.0.def
 else