ViewVC Help
View File | Revision Log | Show Annotations | View Changeset | Root Listing
root/svn/hopm/trunk/src/Makefile.am
Revision: 6272
Committed: Tue Jul 14 10:07:30 2015 UTC (11 years ago) by michael
File size: 1371 byte(s)
Log Message:
- Save PID file in var/run/ and logfiles in var/log/

File Contents

# User Rev Content
1 michael 5260 SUBDIRS = libopm
2 michael 5063 bin_PROGRAMS = hopm
3 michael 5052
4 michael 6272 AM_CPPFLAGS = -DHOPM_ETCDIR="\"$(sysconfdir)\"" -DHOPM_LOGDIR="\"$(localstatedir)/log\""
5 michael 5052 AM_YFLAGS = -d
6    
7 michael 5136 hopm_SOURCES = compat.c \
8     compat.h \
9 michael 5334 config-parser.y \
10     config-lexer.l \
11 michael 5136 config.c \
12     config.h \
13     dnsbl.c \
14     dnsbl.h \
15     extern.h \
16     firedns.c \
17     firedns.h \
18     irc.c \
19     irc.h \
20     list.c \
21     list.h \
22     log.c \
23     log.h \
24     main.c \
25     main.h \
26 michael 5333 memory.c \
27     memory.h \
28 michael 5136 match.c \
29     match.h \
30     misc.c \
31     misc.h \
32     negcache.c \
33     negcache.h \
34     opercmd.c \
35     opercmd.h \
36     options.h \
37     patchlevel.h \
38     scan.c \
39     scan.h \
40 michael 5967 serno.h \
41 michael 5136 stats.c \
42     stats.h
43 michael 5052
44 michael 5063 hopm_LDADD = libopm/src/.libs/libopm.a @LIBOBJS@

Properties

Name Value
svn:eol-style native
svn:keywords Id