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-feedserv/Makefile.am

16 lines
454 B
Makefile

AUTOMAKE_OPTIONS = foreign
ACLOCAL_AMFLAGS = -I autotools
AM_MAKEFLAGS = -s
pkglib_LTLIBRARIES = feedserv.la
feedserv_la_SOURCES = feed.c feed_help.c
noinst_HEADERS = feed.h
feedserv_la_LDFLAGS = -module -avoid-version
EXTRA_DIST = autotools/ccdv.c autotools/shtool RELNOTES
dist_doc_DATA = README.feedserv README.feedserv.html
dist_data_DATA = feeds.dat
include $(top_srcdir)/autotools/rules.mk