diff options
author | Jay Threeth | 2011-04-04 11:48:26 -0700 |
---|---|---|
committer | Jay Threeth | 2011-04-04 11:48:26 -0700 |
commit | 3c9cc506f741b980565ff5b3b001cd8b6ee36b12 (patch) | |
tree | cb862c57b3d5f74177cde3bd962a53fc377166f6 /linden/indra/libotr/libotr-3.2.0/src/Makefile.am | |
parent | build fixes, might build on linux now (diff) | |
download | meta-impy-3c9cc506f741b980565ff5b3b001cd8b6ee36b12.zip meta-impy-3c9cc506f741b980565ff5b3b001cd8b6ee36b12.tar.gz meta-impy-3c9cc506f741b980565ff5b3b001cd8b6ee36b12.tar.bz2 meta-impy-3c9cc506f741b980565ff5b3b001cd8b6ee36b12.tar.xz |
add source to libraries, and cruft for building under windows
Diffstat (limited to 'linden/indra/libotr/libotr-3.2.0/src/Makefile.am')
-rwxr-xr-x | linden/indra/libotr/libotr-3.2.0/src/Makefile.am | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/linden/indra/libotr/libotr-3.2.0/src/Makefile.am b/linden/indra/libotr/libotr-3.2.0/src/Makefile.am new file mode 100755 index 0000000..c75fcbe --- /dev/null +++ b/linden/indra/libotr/libotr-3.2.0/src/Makefile.am | |||
@@ -0,0 +1,13 @@ | |||
1 | INCLUDES = @LIBGCRYPT_CFLAGS@ | ||
2 | |||
3 | lib_LTLIBRARIES = libotr.la | ||
4 | |||
5 | libotr_la_SOURCES = privkey.c context.c proto.c b64.c dh.c mem.c message.c \ | ||
6 | userstate.c tlv.c auth.c sm.c | ||
7 | |||
8 | libotr_la_LDFLAGS = -version-info @LIBOTR_LIBTOOL_VERSION@ @LIBS@ @LIBGCRYPT_LIBS@ | ||
9 | |||
10 | otrincdir = $(includedir)/libotr | ||
11 | |||
12 | otrinc_HEADERS = b64.h context.h dh.h mem.h message.h privkey.h proto.h \ | ||
13 | version.h userstate.h tlv.h serial.h auth.h sm.h privkey-t.h | ||