Added to find contacts support with the name 'Search for Contact by Name'
[siplcs.git] / Makefile.am
blob6807a0747571e39c46e18821e18dac9a913a497b
1 SUBDIRS = src pixmaps m4macros po
3 EXTRA_DIST = \
4         intltool-extract.in \
5         intltool-merge.in \
6         intltool-update.in \
7         AUTHORS \
8         README \
9         HACKING
11 CLEANFILES = \
12         intltool-extract \
13         intltool-update \
14         intltool-merge
16 MAINTAINERCLEANFILES = \
17         compile \
18         INSTALL \
19         config.h.in \
20         aclocal.m4 \
21         ltmain.sh \
22         Makefile.in \
23         depcomp \
24         missing \
25         install-sh \
26         configure \
27         config.sub \
28         config.guess \
29         intltool-extract.in \
30         intltool-merge.in   \
31         intltool-update.in  \
32         mkinstalldirs
34 tests:
35         pushd src; make tests; popd;