File: Makefile.am

package info (click to toggle)
ayttm 0.6.3-1
  • links: PTS
  • area: main
  • in suites: squeeze
  • size: 8,368 kB
  • ctags: 8,851
  • sloc: ansic: 65,755; sh: 10,810; cpp: 3,092; makefile: 561; yacc: 294; lex: 53; sed: 16
file content (12 lines) | stat: -rw-r--r-- 319 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
noinst_LIBRARIES = libproxy.a

EXTRA_DIST =   networking.h proxy.h net_constants.h
AM_CFLAGS = $(GLIB_CFLAGS)


libproxy_a_SOURCES = proxy.c common.c networking.c ssl.c ssl_certificate.c

noinst_HEADERS = proxy_private.h common.h ssl.h ssl_certificate.h

# Gets rid of the datarootdir warning
datarootdir=@datarootdir@