Added urn:uuid support in REGISTER/SERVICE
[siplcs.git] / Makefile.am
blob3acefbfb9cc955d356c63bfbfd6284b96c39974e
1 EXTRA_DIST = LICENSE
3 SUBDIRS = src pixmaps m4macros
5 CLEANFILES = \
6         intltool-extract \
7         intltool-update \
8         intltool-merge
10 MAINTAINERCLEANFILES = \
11         compile \
12         INSTALL \
13         config.h.in \
14         aclocal.m4 \
15         ltmain.sh \
16         Makefile.in \
17         depcomp \
18         missing \
19         install-sh \
20         configure \
21         config.sub \
22         config.guess \
23         intltool-extract.in \
24         intltool-merge.in   \
25         intltool-update.in  \
26         mkinstalldirs
28 tests:
29         pushd src; make tests; popd;