File: Makefile.am

package info (click to toggle)
libgpod 0.8.3-23
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 5,824 kB
  • sloc: ansic: 26,992; sh: 11,435; cs: 1,400; python: 1,251; makefile: 448; cpp: 300; xml: 100
file content (29 lines) | stat: -rw-r--r-- 757 bytes parent folder | download | duplicates (8)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
SUBDIRS=src tools tests po m4 docs bindings 

# build documentation when doing a distcheck.
DISTCHECK_CONFIGURE_FLAGS = 				\
	--enable-gtk-doc --with-mono 			\
	--with-python --without-hal			\
	--enable-udev --with-udev-dir=`pwd`/udev

ACLOCAL_AMFLAGS = -I m4

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

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


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