File: Makefile.am

package info (click to toggle)
gidentd 0.4.5-5
  • links: PTS
  • area: main
  • in suites: woody
  • size: 268 kB
  • ctags: 57
  • sloc: ansic: 616; sh: 400; makefile: 42
file content (8 lines) | stat: -rw-r--r-- 285 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
debug = -g

sbin_PROGRAMS = gidentd
data_DATA = gidentd.conf
sources = log.c gidentd.c socket.c system.c config.c parse.c request.c
headers = log.h           socket.h system.h config.h parse.h request.h
gidentd_SOURCES = $(sources) $(headers)
CFLAGS = -Wall -O2 -D_GNU_SOURCE $(debug)