Don't distribute glib.def. (#167496, J. Ali Harlow)

2005-02-24  Tor Lillqvist  <tml@novell.com>

	* glib/Makefile.am (BUILT_EXTRA_DIST): Don't distribute
	glib.def. (#167496, J. Ali Harlow)

	* gobject/Makefile.am (EXTRA_DIST): Don't distribute
	gobject.def. (#167496, J. Ali Harlow)
diff --git a/ChangeLog b/ChangeLog
index 79939fb..4f26a41 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,8 @@
 2005-02-24  Tor Lillqvist  <tml@novell.com>
 
+	* glib/Makefile.am (BUILT_EXTRA_DIST): Don't distribute
+	glib.def. (#167496, J. Ali Harlow)
+
 	* glib/gfileutils.c (get_contents_win32): Use g_fopen(). (#168341,
 	Daniel Atallah)
 
diff --git a/ChangeLog.pre-2-10 b/ChangeLog.pre-2-10
index 79939fb..4f26a41 100644
--- a/ChangeLog.pre-2-10
+++ b/ChangeLog.pre-2-10
@@ -1,5 +1,8 @@
 2005-02-24  Tor Lillqvist  <tml@novell.com>
 
+	* glib/Makefile.am (BUILT_EXTRA_DIST): Don't distribute
+	glib.def. (#167496, J. Ali Harlow)
+
 	* glib/gfileutils.c (get_contents_win32): Use g_fopen(). (#168341,
 	Daniel Atallah)
 
diff --git a/ChangeLog.pre-2-12 b/ChangeLog.pre-2-12
index 79939fb..4f26a41 100644
--- a/ChangeLog.pre-2-12
+++ b/ChangeLog.pre-2-12
@@ -1,5 +1,8 @@
 2005-02-24  Tor Lillqvist  <tml@novell.com>
 
+	* glib/Makefile.am (BUILT_EXTRA_DIST): Don't distribute
+	glib.def. (#167496, J. Ali Harlow)
+
 	* glib/gfileutils.c (get_contents_win32): Use g_fopen(). (#168341,
 	Daniel Atallah)
 
diff --git a/ChangeLog.pre-2-8 b/ChangeLog.pre-2-8
index 79939fb..4f26a41 100644
--- a/ChangeLog.pre-2-8
+++ b/ChangeLog.pre-2-8
@@ -1,5 +1,8 @@
 2005-02-24  Tor Lillqvist  <tml@novell.com>
 
+	* glib/Makefile.am (BUILT_EXTRA_DIST): Don't distribute
+	glib.def. (#167496, J. Ali Harlow)
+
 	* glib/gfileutils.c (get_contents_win32): Use g_fopen(). (#168341,
 	Daniel Atallah)
 
diff --git a/glib/Makefile.am b/glib/Makefile.am
index 3b8b14d..b852ced 100644
--- a/glib/Makefile.am
+++ b/glib/Makefile.am
@@ -39,7 +39,6 @@
 BUILT_EXTRA_DIST = 		\
 	makefile.msc		\
 	glib.rc			\
-	glib.def		\
 	galias.h
 
 lib_LTLIBRARIES = libglib-2.0.la
diff --git a/gobject/ChangeLog b/gobject/ChangeLog
index a044739..9adb8f3 100644
--- a/gobject/ChangeLog
+++ b/gobject/ChangeLog
@@ -1,3 +1,8 @@
+2005-02-24  Tor Lillqvist  <tml@novell.com>
+
+	* Makefile.am (EXTRA_DIST): Don't distribute
+	gobject.def. (#167496, J. Ali Harlow)
+
 2005-02-04  Matthias Clasen  <mclasen@redhat.com>
 
 	* Makefile.am (TESTS): Only check the abi if
diff --git a/gobject/Makefile.am b/gobject/Makefile.am
index bf7a5f7..295f45c 100644
--- a/gobject/Makefile.am
+++ b/gobject/Makefile.am
@@ -220,7 +220,6 @@
 #
 EXTRA_DIST += 			\
 	makefile.msc.in 	\
-	gobject.def		\
 	gobject.rc.in		\
 	glib-genmarshal.1	\
 	glib-mkenums.in		\