removed glib.def from EXTRA_DIST ... ... and added it here.
authorSven Neumann <sven@gimp.org>
Mon, 23 Jul 2001 11:44:04 +0000 (11:44 +0000)
committerSven Neumann <neo@src.gnome.org>
Mon, 23 Jul 2001 11:44:04 +0000 (11:44 +0000)
2001-07-23  Sven Neumann  <sven@gimp.org>

        * Makefile.am: removed glib.def from EXTRA_DIST ...
        * glib/Makefile.am: ... and added it here.

ChangeLog
ChangeLog.pre-2-0
ChangeLog.pre-2-10
ChangeLog.pre-2-12
ChangeLog.pre-2-2
ChangeLog.pre-2-4
ChangeLog.pre-2-6
ChangeLog.pre-2-8
Makefile.am
glib/Makefile.am

index 161333f..affe8f9 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2001-07-23  Sven Neumann  <sven@gimp.org>
+
+       * Makefile.am: removed glib.def from EXTRA_DIST ...
+       * glib/Makefile.am: ... and added it here.
+
 2001-07-22  Hans Breuer  <hans@breuer.org>
 
        * glib/giochannel.c (g_io_channel_get_buffer_condition) : make
index 161333f..affe8f9 100644 (file)
@@ -1,3 +1,8 @@
+2001-07-23  Sven Neumann  <sven@gimp.org>
+
+       * Makefile.am: removed glib.def from EXTRA_DIST ...
+       * glib/Makefile.am: ... and added it here.
+
 2001-07-22  Hans Breuer  <hans@breuer.org>
 
        * glib/giochannel.c (g_io_channel_get_buffer_condition) : make
index 161333f..affe8f9 100644 (file)
@@ -1,3 +1,8 @@
+2001-07-23  Sven Neumann  <sven@gimp.org>
+
+       * Makefile.am: removed glib.def from EXTRA_DIST ...
+       * glib/Makefile.am: ... and added it here.
+
 2001-07-22  Hans Breuer  <hans@breuer.org>
 
        * glib/giochannel.c (g_io_channel_get_buffer_condition) : make
index 161333f..affe8f9 100644 (file)
@@ -1,3 +1,8 @@
+2001-07-23  Sven Neumann  <sven@gimp.org>
+
+       * Makefile.am: removed glib.def from EXTRA_DIST ...
+       * glib/Makefile.am: ... and added it here.
+
 2001-07-22  Hans Breuer  <hans@breuer.org>
 
        * glib/giochannel.c (g_io_channel_get_buffer_condition) : make
index 161333f..affe8f9 100644 (file)
@@ -1,3 +1,8 @@
+2001-07-23  Sven Neumann  <sven@gimp.org>
+
+       * Makefile.am: removed glib.def from EXTRA_DIST ...
+       * glib/Makefile.am: ... and added it here.
+
 2001-07-22  Hans Breuer  <hans@breuer.org>
 
        * glib/giochannel.c (g_io_channel_get_buffer_condition) : make
index 161333f..affe8f9 100644 (file)
@@ -1,3 +1,8 @@
+2001-07-23  Sven Neumann  <sven@gimp.org>
+
+       * Makefile.am: removed glib.def from EXTRA_DIST ...
+       * glib/Makefile.am: ... and added it here.
+
 2001-07-22  Hans Breuer  <hans@breuer.org>
 
        * glib/giochannel.c (g_io_channel_get_buffer_condition) : make
index 161333f..affe8f9 100644 (file)
@@ -1,3 +1,8 @@
+2001-07-23  Sven Neumann  <sven@gimp.org>
+
+       * Makefile.am: removed glib.def from EXTRA_DIST ...
+       * glib/Makefile.am: ... and added it here.
+
 2001-07-22  Hans Breuer  <hans@breuer.org>
 
        * glib/giochannel.c (g_io_channel_get_buffer_condition) : make
index 161333f..affe8f9 100644 (file)
@@ -1,3 +1,8 @@
+2001-07-23  Sven Neumann  <sven@gimp.org>
+
+       * Makefile.am: removed glib.def from EXTRA_DIST ...
+       * glib/Makefile.am: ... and added it here.
+
 2001-07-22  Hans Breuer  <hans@breuer.org>
 
        * glib/giochannel.c (g_io_channel_get_buffer_condition) : make
index 62f72ef..49ae7e6 100644 (file)
@@ -15,7 +15,6 @@ EXTRA_DIST =                  \
        sanity_check            \
        README.win32            \
        TODO.xml                \
-       glib.def                \
        makefile.msc.in         \
        makefile.mingw.in       \
        glibconfig.h.win32.in   \
index 359074f..83aa0f4 100644 (file)
@@ -4,7 +4,8 @@ INCLUDES = -I$(top_srcdir) -DG_LOG_DOMAIN=g_log_domain_glib \
        @GLIB_DEBUG_FLAGS@ -DG_DISABLE_DEPRECATED -DGLIB_COMPILATION 
 
 EXTRA_DIST =                   \
-       gen-unicode-tables.pl
+       gen-unicode-tables.pl   \
+       glib.def
 
 lib_LTLIBRARIES = libglib-1.3.la