~ubuntu-branches/ubuntu/oneiric/libotr/oneiric-security

« back to all changes in this revision

Viewing changes to src/Makefile.am

  • Committer: Bazaar Package Importer
  • Author(s): Thibaut VARENE
  • Date: 2005-11-19 00:08:41 UTC
  • mfrom: (1.1.1 upstream)
  • mto: This revision was merged to the branch mainline in revision 3.
  • Revision ID: james.westby@ubuntu.com-20051119000841-xvh66l22yco8u2m4
Tags: 3.0.0-1
* New upstream release (closes: #337851)
* Support for OTR protocol version 2

Show diffs side-by-side

added added

removed removed

Lines of Context:
3
3
lib_LTLIBRARIES = libotr.la
4
4
 
5
5
libotr_la_SOURCES = privkey.c context.c proto.c b64.c dh.c mem.c message.c \
6
 
                    userstate.c tlv.c
 
6
                    userstate.c tlv.c auth.c
7
7
 
8
8
libotr_la_LDFLAGS = -version-info @LIBOTR_LIBTOOL_VERSION@ @LIBS@ @LIBGCRYPT_LIBS@
9
9
 
10
10
otrincdir = $(includedir)/libotr
11
11
 
12
12
otrinc_HEADERS = b64.h context.h dh.h mem.h message.h privkey.h proto.h \
13
 
                 version.h userstate.h tlv.h
 
13
                 version.h userstate.h tlv.h serial.h auth.h privkey-t.h