summaryrefslogtreecommitdiff
path: root/Makefile.am
blob: 89ca8708b7146e0bc740f9d4ded7c2bd68d5efb9 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
if USE_GCONFTOOL
GCONF_DIR=gconf
else
GCONF_DIR=
endif

if BUILD_EXTERNAL
EXT_DIR=ext
else
EXT_DIR=
endif

pkgconfigdir = $(libdir)/pkgconfig
pkgconfig_DATA = gstreamer-libs.pc

SUBDIRS=gst-libs gst sys $(EXT_DIR) examples tools $(GCONF_DIR) ## testsuite

DIST_SUBDIRS=gst-libs gst sys ext examples tools gconf ## testsuite

EXTRA_DIST=gst-plugins.spec depcomp \
           gstreamer-libs.pc.in gstreamer-libs-uninstalled.pc.in \
	   AUTHORS COPYING README RELEASE \
	   ChangeLog autogen.sh