From 9f4d0c6bb36e5ec92b40553831b8aa53bd92c362 Mon Sep 17 00:00:00 2001 From: Edward Hervey Date: Thu, 13 Oct 2005 16:05:13 +0000 Subject: [PATCH] gst/Makefile.am: Added pygstexception.h Original commit message from CVS: * gst/Makefile.am: (noinst_HEADERS): Added pygstexception.h --- ChangeLog | 5 +++++ gst/Makefile.am | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index cb2695aaa6..b5016dcdf2 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2005-10-13 Edward Hervey + + * gst/Makefile.am: (noinst_HEADERS): + Added pygstexception.h + 2005-10-13 Edward Hervey * gst/gst-types.defs: diff --git a/gst/Makefile.am b/gst/Makefile.am index 4b17131d68..19b5733ba3 100644 --- a/gst/Makefile.am +++ b/gst/Makefile.am @@ -22,7 +22,7 @@ defs_DATA = gst-types.defs \ libs.defs defsdir = $(pkgdatadir)/0.9/defs -noinst_HEADERS = common.h pygstvalue.h pygstminiobject.h pygstobject.h +noinst_HEADERS = common.h pygstvalue.h pygstminiobject.h pygstobject.h pygstexception.h INCLUDES = $(PYTHON_INCLUDES) EXTRA_DIST = $(defs_DATA) common.h arg-types.py