summaryrefslogtreecommitdiffstats
path: root/Makefile.am
blob: 3090f5266f0f778abb6d5e761455cbb7942607a6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
SUBDIRS=src tools tests po m4 docs bindings 

# build documentation when doing a distcheck.
DISTCHECK_CONFIGURE_FLAGS = --enable-gtk-doc

ACLOCAL_AMFLAGS = -I m4

pkgconfigdir = $(libdir)/pkgconfig
pkgconfig_DATA = libgpod-1.0.pc

EXTRA_DIST =                    \
	TROUBLESHOOTING		\
	README.SysInfo		\
        intltool-merge.in       \
        intltool-update.in      \
        intltool-extract.in     \
        libgpod-1.0.pc.in


DISTCLEANFILES =                \
        intltool-extract        \
        intltool-merge          \
        intltool-update