File: Makefile.am

package info (click to toggle)
medussa 0.8-5
  • links: PTS
  • area: main
  • in suites: lenny
  • size: 1,004 kB
  • ctags: 1,156
  • sloc: ansic: 9,049; sh: 3,438; makefile: 113
file content (17 lines) | stat: -rw-r--r-- 325 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
##
## $Id: Makefile.am,v 1.1.1.1 2002/01/22 01:27:09 kos Exp $
##

noinst_LIBRARIES = libcommon.a

libcommon_a_SOURCES = \
	array.c array.h \
	cli.c cli.h \
	common.c common.h \
	configfile.c configfile.h \
	glob.c glob.h \
	llog.c llog.h \
	net.c net.h \
	support.c support.h \
	xmalloc.c xmalloc.h \
	keyspace.c keyspace.h