diff --git a/ChangeLog b/ChangeLog index f6d2b8f38a..fc1c38214f 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,10 @@ +2008-02-07 Jan Schmidt + + * ext/Makefile.am: + * tests/check/Makefile.am: + * tests/check/pipelines/.cvsignore: + Add gio in a few more places. + 2008-02-07 Jan Schmidt * configure.ac: diff --git a/ext/Makefile.am b/ext/Makefile.am index 9d13ac5ee5..05a603fdb5 100644 --- a/ext/Makefile.am +++ b/ext/Makefile.am @@ -66,6 +66,7 @@ SUBDIRS = \ DIST_SUBDIRS = \ alsa \ cdparanoia \ + gio \ gnomevfs \ libvisual \ ogg \ diff --git a/tests/check/Makefile.am b/tests/check/Makefile.am index e837282d55..dae639c8af 100644 --- a/tests/check/Makefile.am +++ b/tests/check/Makefile.am @@ -77,6 +77,7 @@ endif check_PROGRAMS = \ $(check_alsa) \ $(check_gnomevfs) \ + $(check_gio) \ $(check_ogg) \ $(check_pango) \ $(check_vorbis) \ @@ -282,6 +283,9 @@ libs_video_LDADD = \ $(GST_BASE_LIBS) \ $(LDADD) +pipelines_gio_CFLAGS = $(GIO_CFLAGS) $(AM_CFLAGS) +pipelines_gio_LDADD = $(GIO_LIBS) $(LDADD) + pipelines_vorbisenc_CFLAGS = \ $(GST_PLUGINS_BASE_CFLAGS) \ $(AM_CFLAGS) diff --git a/tests/check/pipelines/.gitignore b/tests/check/pipelines/.gitignore index 7dd9ec631b..76cffcbade 100644 --- a/tests/check/pipelines/.gitignore +++ b/tests/check/pipelines/.gitignore @@ -1,7 +1,8 @@ .dirstamp +gio simple-launch-lines theoraenc vorbisdec vorbisenc oggmux -streamheader \ No newline at end of file +streamheader