[go: up one dir, main page]

File: Makefile.am

package info (click to toggle)
dnshistory 1.3-2.1
  • links: PTS
  • area: main
  • in suites: bullseye
  • size: 748 kB
  • sloc: ansic: 2,077; sh: 818; makefile: 70
file content (11 lines) | stat: -rw-r--r-- 440 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
## Makefile.am -- Process this file with automake to produce Makefile.in
###MAINTAINERCLEANFILES	= Makefile.in

INCLUDES		= -I$(top_builddir) -I$(top_srcdir) 
DEFS = -DDATABASE=\"@ac_cv_dbdir@/@ac_cv_dbname@\" @DEFS@

noinst_HEADERS		= dnshistory.h messages.h error.h common.h db_dnshistory.h xmalloc.h config.h regexp.h

bin_PROGRAMS		= dnshistory
dnshistory_SOURCES	= dnshistory.c options.c db_dnshistory.c xmalloc.c messages.c regexp.c