File: Makefile.am

package info (click to toggle)
nss-updatedb 10-2
  • links: PTS
  • area: main
  • in suites: squeeze, wheezy
  • size: 696 kB
  • ctags: 66
  • sloc: sh: 5,802; ansic: 732; makefile: 54
file content (12 lines) | stat: -rw-r--r-- 216 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
#id $Id: Makefile.am,v 1.2 2008/04/23 02:40:11 lukeh Exp $

AM_CFLAGS = -g -Wall

sbin_PROGRAMS = nss_updatedb

nss_updatedb_SOURCES = main.c cache.c updatedb.c

nss_updatedb_LDADD = -ldl

man_MANS = nss_updatedb.8