| Revision: | 8543 |
| Committed: | Sat Sep 22 20:32:41 2018 UTC (7 years, 10 months ago) by michael |
| File size: | 1503 byte(s) |
| Log Message: | - The hopm process can now be restarted from the command line via "kill -HUP" - Fixed a bug where the hopm process couldn't be restarted under certain conditions - Update README file |
| # | Content |
|---|---|
| 1 | SUBDIRS = libopm |
| 2 | bin_PROGRAMS = hopm |
| 3 | |
| 4 | AM_CPPFLAGS = -DHOPM_PREFIX="\"$(prefix)\"" -DHOPM_ETCDIR="\"$(sysconfdir)\"" -DHOPM_LOGDIR="\"$(localstatedir)/log\"" -DHOPM_BINPATH="\"$(bindir)/hopm\"" |
| 5 | AM_YFLAGS = -d |
| 6 | |
| 7 | hopm_SOURCES = compat.c \ |
| 8 | compat.h \ |
| 9 | config-parser.y \ |
| 10 | config-lexer.l \ |
| 11 | 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 | memory.c \ |
| 27 | memory.h \ |
| 28 | 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 | patricia.c \ |
| 39 | patricia.h \ |
| 40 | scan.c \ |
| 41 | scan.h \ |
| 42 | serno.h \ |
| 43 | stats.c \ |
| 44 | stats.h |
| 45 | |
| 46 | hopm_LDADD = libopm/src/.libs/libopm.a @LIBOBJS@ |
| Name | Value |
|---|---|
| svn:eol-style | native |
| svn:keywords | Id |