~ubuntu-branches/ubuntu/hoary/tor/hoary-backports

« back to all changes in this revision

Viewing changes to src/common/Makefile.am

  • Committer: Bazaar Package Importer
  • Author(s): Peter Palfrader
  • Date: 2005-01-04 11:14:03 UTC
  • mfrom: (1.1.1 upstream)
  • Revision ID: james.westby@ubuntu.com-20050104111403-ukxghb7fddw8vx01
Tags: 0.0.9.2-1
* New upstream version.
* Update debian/copyright (it's 2005).
* Add sharedscripts tor logrotate.d/tor.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
 
2
 
noinst_LIBRARIES = libor.a
 
2
noinst_LIBRARIES = libor.a libor-crypto.a
3
3
 
4
4
#CFLAGS  = -Wall -Wpointer-arith -O2
5
5
 
6
 
libor_a_SOURCES = log.c crypto.c fakepoll.c util.c aes.c tortls.c
 
6
libor_a_SOURCES = log.c fakepoll.c util.c compat.c container.c
 
7
libor_crypto_a_SOURCES = crypto.c aes.c tortls.c torgzip.c
7
8
 
8
 
noinst_HEADERS = log.h crypto.h fakepoll.h test.h util.h aes.h torint.h tortls.h strlcpy.c strlcat.c
 
9
noinst_HEADERS = log.h crypto.h fakepoll.h test.h util.h compat.h aes.h torint.h tortls.h strlcpy.c strlcat.c torgzip.h container.h