From 50fdeffe760c39ca68ad4b83d678af0786970cbd Mon Sep 17 00:00:00 2001 From: David Schleef Date: Sat, 3 Mar 2007 08:16:57 +0000 Subject: Move the app library to gst-libs/gst/app (duh!) Original commit message from CVS: * Makefile.am: * configure.ac: * ext/Makefile.am: * gst-libs/gst/Makefile.am: * gst-libs/gst/app/Makefile.am: * gst-libs/gst/app/gstapp.c: * gst-libs/gst/app/gstappsrc.c: * gst-libs/gst/app/gstappsrc.h: * gst/app/Makefile.am: * gst/app/gstapp.c: * gst/app/gstappsrc.c: * gst/app/gstappsrc.h: Move the app library to gst-libs/gst/app (duh!) --- gst-libs/gst/Makefile.am | 3 +++ 1 file changed, 3 insertions(+) (limited to 'gst-libs/gst/Makefile.am') diff --git a/gst-libs/gst/Makefile.am b/gst-libs/gst/Makefile.am index 2df58b3b..a6ebbe91 100644 --- a/gst-libs/gst/Makefile.am +++ b/gst-libs/gst/Makefile.am @@ -1 +1,4 @@ + +SUBDIRS = app + noinst_HEADERS = gst-i18n-plugin.h gettext.h -- cgit v1.2.1