ViewVC Help
View File | Revision Log | Show Annotations | View Changeset | Root Listing
root/svn/hopm/trunk/src/Makefile.am
Revision: 5136
Committed: Thu Dec 25 19:23:56 2014 UTC (11 years, 7 months ago) by michael
File size: 1402 byte(s)
Log Message:
- Clean up Makefile.am

File Contents

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

Properties

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