summaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
authorDavid Schleef <ds@schleef.org>2007-03-03 08:16:57 +0000
committerDavid Schleef <ds@schleef.org>2007-03-03 08:16:57 +0000
commit50fdeffe760c39ca68ad4b83d678af0786970cbd (patch)
tree11469e52fa3e3472deceaa377080852fdf904e9e /Makefile.am
parent72ef9a10a8a9895c72911d23c983bf7d243847db (diff)
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!)
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am
index 105016709..53772847c 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -7,7 +7,7 @@ SUBDIRS_EXAMPLES =
endif
SUBDIRS = \
- gst gst-libs sys ext \
+ gst-libs gst sys ext \
m4 common docs tests po \
$(SUBDIRS_EXAMPLES)