diff --git a/ChangeLog b/ChangeLog index 56b7fc08e..b4291d2e4 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,7 @@ 2003-01-04 Tor Lillqvist + * Makefile.am (BUILT_EXTRA_DIST): Don't distribute glib-zip. + * {glib,gmodule,gobject,gthread}/Makefile.am: [Win32] Install also the .def files, to help users generate import libraries for other compilers. Uninstall, too. diff --git a/ChangeLog.pre-2-10 b/ChangeLog.pre-2-10 index 56b7fc08e..b4291d2e4 100644 --- a/ChangeLog.pre-2-10 +++ b/ChangeLog.pre-2-10 @@ -1,5 +1,7 @@ 2003-01-04 Tor Lillqvist + * Makefile.am (BUILT_EXTRA_DIST): Don't distribute glib-zip. + * {glib,gmodule,gobject,gthread}/Makefile.am: [Win32] Install also the .def files, to help users generate import libraries for other compilers. Uninstall, too. diff --git a/ChangeLog.pre-2-12 b/ChangeLog.pre-2-12 index 56b7fc08e..b4291d2e4 100644 --- a/ChangeLog.pre-2-12 +++ b/ChangeLog.pre-2-12 @@ -1,5 +1,7 @@ 2003-01-04 Tor Lillqvist + * Makefile.am (BUILT_EXTRA_DIST): Don't distribute glib-zip. + * {glib,gmodule,gobject,gthread}/Makefile.am: [Win32] Install also the .def files, to help users generate import libraries for other compilers. Uninstall, too. diff --git a/ChangeLog.pre-2-4 b/ChangeLog.pre-2-4 index 56b7fc08e..b4291d2e4 100644 --- a/ChangeLog.pre-2-4 +++ b/ChangeLog.pre-2-4 @@ -1,5 +1,7 @@ 2003-01-04 Tor Lillqvist + * Makefile.am (BUILT_EXTRA_DIST): Don't distribute glib-zip. + * {glib,gmodule,gobject,gthread}/Makefile.am: [Win32] Install also the .def files, to help users generate import libraries for other compilers. Uninstall, too. diff --git a/ChangeLog.pre-2-6 b/ChangeLog.pre-2-6 index 56b7fc08e..b4291d2e4 100644 --- a/ChangeLog.pre-2-6 +++ b/ChangeLog.pre-2-6 @@ -1,5 +1,7 @@ 2003-01-04 Tor Lillqvist + * Makefile.am (BUILT_EXTRA_DIST): Don't distribute glib-zip. + * {glib,gmodule,gobject,gthread}/Makefile.am: [Win32] Install also the .def files, to help users generate import libraries for other compilers. Uninstall, too. diff --git a/ChangeLog.pre-2-8 b/ChangeLog.pre-2-8 index 56b7fc08e..b4291d2e4 100644 --- a/ChangeLog.pre-2-8 +++ b/ChangeLog.pre-2-8 @@ -1,5 +1,7 @@ 2003-01-04 Tor Lillqvist + * Makefile.am (BUILT_EXTRA_DIST): Don't distribute glib-zip. + * {glib,gmodule,gobject,gthread}/Makefile.am: [Win32] Install also the .def files, to help users generate import libraries for other compilers. Uninstall, too. diff --git a/Makefile.am b/Makefile.am index b8eae806f..9adb2c87a 100644 --- a/Makefile.am +++ b/Makefile.am @@ -39,8 +39,7 @@ EXTRA_DIST = \ BUILT_EXTRA_DIST = \ glibconfig.h.win32 \ config.h.win32 \ - glib.spec \ - glib-zip + glib.spec configexecincludedir = $(libdir)/glib-2.0/include #configexecinclude_DATA = glibconfig.h