File: Makefile.am

package info (click to toggle)
quintuple-agent 1.0.4-7
  • links: PTS
  • area: main
  • in suites: etch, etch-m68k
  • size: 1,956 kB
  • ctags: 1,287
  • sloc: ansic: 11,724; sh: 3,999; makefile: 387; yacc: 316; sed: 16
file content (9 lines) | stat: -rw-r--r-- 190 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
## Process this file with automake to produce Makefile.in

noinst_PROGRAMS = client
TESTS = client

INCLUDES = -I$(top_srcdir)/lib

client_SOURCES = client.c
client_LDADD = ../lib/libutil.a