11 SUBDIRS_TESTS = tests testsuite
17 SUBDIRS_EXAMPLES = examples
22 SUBDIRS = include gst libs tools m4 \
23 $(SUBDIRS_TESTS) $(SUBDIRS_EXAMPLES) $(SUBDIRS_DOCS)
25 # These are all the possible subdirs
26 DIST_SUBDIRS = include gst libs tools m4 tests testsuite examples docs
29 pkgconfigdir = $(libdir)/pkgconfig
30 pkgconfig_DATA = gstreamer.pc
32 EXTRA_DIST = gstreamer.spec.in \
33 gstreamer.pc.in gstreamer-uninstalled.pc.in \
34 configure.ac autogen.sh depcomp \
35 LICENSE REQUIREMENTS ABOUT-NLS \
39 cp gstreamer.spec $(distdir)
42 rpm -ta $(distdir).tar.gz
44 include $(top_srcdir)/idiottest.mak