This repository has been archived on 2025-02-12. You can view files and clone it, but cannot push or open issues or pull requests.
NeoStats/include/Makefile.am

27 lines
912 B
Text
Raw Permalink Normal View History

BUILT_SOURCES=version.h
CLEANFILES = version.h
2004-09-10 20:30:23 +00:00
include_HEADERS = neostats.h config.h version.h \
2005-12-05 11:18:13 +00:00
list.h hash.h support.h events.h numeric.h \
adns.h protocol.h perlmod.h confuse.h\
updates.h MiniMessage.h MiniMessageGateway.h \
MuscleSupport.h NeoNet.h namedvars.h services.h
2005-12-05 11:18:13 +00:00
2004-09-10 16:27:38 +00:00
noinst_HEADERS = commands.h dns.h servers.h users.h conf.h \
2005-08-15 21:05:23 +00:00
log.h services.h modes.h signals.h nsevents.h \
auth.h config.h.in exclude.h modules.h sock.h \
bans.h base64.h ctcp.h helpstrings.h support.h \
ircprotocol.h ircsend.h ircrecv.h \
bots.h dcc.h ircstring.h numeric.h timer.h \
2005-03-16 21:12:43 +00:00
channels.h dl.h lang.h transfer.h nsdbm.h \
nsdba.h main.h numerics.h settings.h botinfo.h \
2007-01-02 11:11:48 +00:00
adnsdlist.h adnsinternal.h adnstvarith.h namedvars-core.h
2004-09-10 14:18:14 +00:00
2008-01-15 09:31:47 +00:00
EXTRA_DIST = version.h
version.h: stamp-h1
@(if test -f version.sh ; then $(SHELL) version.sh; fi)
2004-09-10 14:18:14 +00:00
include $(top_srcdir)/autotools/rules.mk