dont need doc in extra dist
[profile/ivi/eet.git] / Makefile.am
1 ## Process this file with automake to produce Makefile.in
2
3 SUBDIRS = src
4
5 MAINTAINERCLEANFILES = Makefile.in aclocal.m4 config.guess \
6                        config.h.in config.sub configure install-sh \
7                        ltconfig ltmain.sh missing mkinstalldirs \
8                        stamp-h.in \
9                        eet_docs.tar.gz eet.c \
10                        README \
11                        eet.pc \
12                        eet.spec \
13                        eet.oe eet-native.oe \
14                        eet.bb eetXnative.bb \
15                        debian/changelog
16
17 bin_SCRIPTS = eet-config
18
19 EXTRA_DIST = README AUTHORS COPYING COPYING-PLAIN eet.spec eet.c.in gendoc \
20              Doxyfile eet_docs.tar.gz \
21              README.in README \
22              eet.pc.in \
23              eet.spec.in eet.spec \
24              eet.oe.in eet.oe eet-native.oe.in eet-native.oe \
25              eet.bb.in eet.bb eetXnative.bb.in eetXnative.bb \
26              debian/changelog.in debian/changelog \
27              debian/control \
28              debian/copyright \
29              debian/eet-config.1 \
30              debian/eet.1 \
31              debian/libeet0-dev.files \
32              debian/libeet0.files \
33              debian/rules
34
35 pkgconfigdir = $(libdir)/pkgconfig
36 pkgconfig_DATA = eet.pc
37