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

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

# the bindings/ below are just a hack until a better way is found
EXTRA_DIST =                    \
        intltool-merge.in       \
        intltool-update.in      \
        intltool-extract.in     \
        libgpod-1.0.pc.in	\
	bindings/python/examples/play.py \
	bindings/python/examples/tag-genre-from-audioscrobber.py \
        bindings/python/Makefile \
        bindings/python/gpod.i


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