Add initial version of MilkAuth, to manage the authentication with the server.
[milk] / Makefile.am
1 SUBDIRS = src
2
3 MAINTAINERCLEANFILES = \
4         Makefile.in \
5         aclocal.m4 \
6         configure \
7         config.h.in \
8         compile \
9         ltmain.sh \
10         depcomp \
11         missing \
12         install-sh \
13         config.sub \
14         config.guess \
15         intltool-extract.in \
16         intltool-merge.in \
17         intltool-update.in \
18         mkinstalldirs \
19         build-stamp \
20         configure-stamp
21
22 deb: dist
23         -mkdir debian-build
24         cd debian-build && \
25         tar zxvf ../$(PACKAGE)-$(VERSION).tar.gz && \
26         cd $(PACKAGE)-$(VERSION) && dpkg-buildpackage -rfakeroot
27
28 DISTCHECK_CONFIGURE_FLAGS =