From d7a095654b5ed23c9e811538a6a9a0d24b9f24c4 Mon Sep 17 00:00:00 2001 From: Thomas Vander Stichele Date: Tue, 28 May 2002 09:18:04 +0000 Subject: [PATCH] added format.h Original commit message from CVS: added format.h --- gst/Makefile.am | 1 + 1 file changed, 1 insertion(+) diff --git a/gst/Makefile.am b/gst/Makefile.am index b524df6b9e..0d26a177d3 100644 --- a/gst/Makefile.am +++ b/gst/Makefile.am @@ -122,6 +122,7 @@ libgstreamerinclude_HEADERS = \ gstelement.h \ gstevent.h \ gstextratypes.h \ + gstformat.h \ gstinfo.h \ gstlog.h \ gstpad.h \