summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBrian Cameron <brian.cameron@sun.com>2007-06-06 10:15:23 +0000
committerBrian Cameron <bcameron@src.gnome.org>2007-06-06 10:15:23 +0000
commitb67d9a7dd02160575b8a76f2d9281772aa43aaf0 (patch)
treee8ce0d3142f65395d63bdf0c038f0937d8f10d0e
parent726c23e20f142757079daab5015f55ef21847eca (diff)
downloadgdk-pixbuf-b67d9a7dd02160575b8a76f2d9281772aa43aaf0.tar.gz
Add gdkmedialib.h to EXTRA_DIST so this header file gets included with the
2007-06-06 Brian Cameron <brian.cameron@sun.com> * gdk/Makefile.am: Add gdkmedialib.h to EXTRA_DIST so this header file gets included with the distribution, as needed. Fixes bug #442888. Reviewed by Matthias Clasen. svn path=/trunk/; revision=18050
-rw-r--r--ChangeLog6
-rw-r--r--gdk/Makefile.am4
2 files changed, 7 insertions, 3 deletions
diff --git a/ChangeLog b/ChangeLog
index e08ccdfe4..51b1e1cb6 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2007-06-06 Brian Cameron <brian.cameron@sun.com>
+
+ * gdk/Makefile.am: Add gdkmedialib.h to EXTRA_DIST so this header
+ file gets included with the distribution, as needed. Fixes bug
+ #442888. Reviewed by Matthias Clasen.
+
2007-06-06 Richard Hult <richard@imendio.com>
* gdk/quartz/gdkevents-quartz.c
diff --git a/gdk/Makefile.am b/gdk/Makefile.am
index b300ad42c..cb089ab5e 100644
--- a/gdk/Makefile.am
+++ b/gdk/Makefile.am
@@ -11,6 +11,7 @@ EXTRA_DIST = \
gdkkeysyms-update.pl \
gdk.def \
gdkmarshalers.list \
+ gdkmedialib.h \
makeenums.pl \
makefile.msc \
gdk.symbols \
@@ -48,11 +49,8 @@ LDADD = \
if USE_MEDIALIB
medialib_sources = \
gdkmedialib.c
-medialib_h_sources = \
- gdkmedialib.h
else
medialib_sources =
-medialib_h_sources =
endif
#