diff options
author | Tobias Brunner <tobias@strongswan.org> | 2010-03-22 11:32:20 +0100 |
---|---|---|
committer | Tobias Brunner <tobias@strongswan.org> | 2010-03-22 11:32:20 +0100 |
commit | c92c94542ab93e0989ea51757a00a7181e3f01b2 (patch) | |
tree | 826e0841142dbb53a44d5a951792a6a055dc9b87 /src/charon/Makefile.am | |
parent | 6150efa8859a5bd6594204446f24808fca6cd128 (diff) | |
download | strongswan-c92c94542ab93e0989ea51757a00a7181e3f01b2.tar.bz2 strongswan-c92c94542ab93e0989ea51757a00a7181e3f01b2.tar.xz |
Missed to include charon's Android.mk in the distribution.
Diffstat (limited to 'src/charon/Makefile.am')
-rw-r--r-- | src/charon/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/charon/Makefile.am b/src/charon/Makefile.am index 4a184d76a..00180003e 100644 --- a/src/charon/Makefile.am +++ b/src/charon/Makefile.am @@ -9,5 +9,5 @@ AM_CFLAGS = \ -DIPSEC_PIDDIR=\"${piddir}\" charon_LDADD = $(top_builddir)/src/libstrongswan/libstrongswan.la $(top_builddir)/src/libcharon/libcharon.la -lm $(PTHREADLIB) $(DLLIB) -#EXTRA_DIST = Android.mk +EXTRA_DIST = Android.mk |