updated spec files
[profile/ivi/gsignond.git] / Makefile.am
1 ACLOCAL_AMFLAGS = -I m4
2
3 # --enable-distcheck is here to make it possible to use
4 # also --enable-dbus-type=session here
5 AM_DISTCHECK_CONFIGURE_FLAGS = \
6     --enable-debug \
7     --enable-distcheck
8
9 pkgconfigdir = $(libdir)/pkgconfig
10 pkgconfig_DATA = gsignond.pc
11
12 SUBDIRS = src test
13
14 EXTRA_DIST = packaging
15
16 valgrind:
17         cd test; make valgrind