removed glib.def from EXTRA_DIST ... ... and added it here.

2001-07-23  Sven Neumann  <sven@gimp.org>

        * Makefile.am: removed glib.def from EXTRA_DIST ...
        * glib/Makefile.am: ... and added it here.
This commit is contained in:
Sven Neumann 2001-07-23 11:44:04 +00:00 committed by Sven Neumann
parent 371fe04203
commit 5d0d8c89c1
10 changed files with 42 additions and 2 deletions

View 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

View 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

View 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

View 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

View 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

View 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

View 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

View 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

View 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 \

View 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