VERSION=1.8
CURDIR=fetchmailconf
LOCAL_CLEAN=local_clean
LOCAL_INSTALL=local_install
all: $(CURDIR).so
OBJS =  fetchmailconf.os \
	basicsedit.os serveredit.os useridedit.os \
	comng.os api_status.os keyword.os _dict.os

include ../rules.mak
include ../stdmod.mak

_dict.os:	_dict.cc fetchmailconf.m

PROTOUPDHEAD=-bserveredit.h+$(CURDIR).pm \
	-buseridedit.h+$(CURDIR).pm

local_install:	std_local_install install_daemons

local_clean:	std_local_clean

dist:
	make clean
	( cd /usr/local/src/linuxconf/$(LINUXCONF_REV)r$(LINUXCONF_SUBREV) \
	&& tar czf /tmp/$(CURDIR)-$(VERSION).tgz \
	modules/$(CURDIR) \
	messages/sources/$(CURDIR).dic \
	help.files/sources/$(CURDIR) \
	descriptions/eng/$(CURDIR) descriptions/se/$(CURDIR) \
	messages/se/$(CURDIR).dic )
