small fix
[platform/upstream/gstreamer.git] / Makefile.am
1 PACKAGE = @PACKAGE@
2 VERSION = @VERSION@
3
4 if BUILD_DOCS
5 SUBDIRS_DOCS = docs
6 else
7 SUBDIRS_DOCS =
8 endif
9
10 if BUILD_TESTS
11 SUBDIRS_TESTS = tests testsuite
12 else
13 SUBDIRS_TESTS =
14 endif
15
16 if BUILD_EXAMPLES
17 SUBDIRS_EXAMPLES = examples
18 else
19 SUBDIRS_EXAMPLES =
20 endif
21
22 SUBDIRS = include gst libs tools \
23         $(SUBDIRS_TESTS) $(SUBDIRS_EXAMPLES) $(SUBDIRS_DOCS)
24
25 # These are all the possible subdirs
26 DIST_SUBDIRS = include libs gst tools tests testsuite examples docs
27
28 gstreamer-@GST_MAJORMINOR@.pc: gstreamer.pc
29         cp gstreamer.pc gstreamer-@GST_MAJORMINOR@.pc
30 gstreamer-uninstalled-@GST_MAJORMINOR@.pc: gstreamer.pc
31         cp gstreamer-uninstalled.pc gstreamer-@GST_MAJORMINOR@-uninstalled.pc
32
33 pkgconfigdir = $(libdir)/pkgconfig
34 pkgconfig_DATA = gstreamer-@GST_MAJORMINOR@.pc
35
36 EXTRA_DIST = gstreamer.spec.in \
37              gstreamer.pc.in \
38              gstreamer-uninstalled.pc.in \
39              configure.ac autogen.sh depcomp \
40              REQUIREMENTS ABOUT-NLS RELEASE DOCBUILDING DEVEL \
41              idiottest.mak common
42
43 dist-hook:
44         cp gstreamer.spec $(distdir)
45         rm -rf `find $(distdir)/common -name CVS`
46
47 rpm: dist
48         rpm -ta $(distdir).tar.gz
49
50 include $(top_srcdir)/idiottest.mak
51