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
418 B
Text
Raw Normal View History

2006-07-12 09:19:26 +00:00
AUTOMAKE_OPTIONS = foreign
ACLOCAL_AMFLAGS = -I autotools
AM_MAKEFLAGS = -s
2006-07-12 10:06:50 +00:00
pkglib_LTLIBRARIES = feedserv.la
feedserv_la_SOURCES = feed.c feed_help.c
2006-07-12 09:19:26 +00:00
noinst_HEADERS = feed.h
2006-07-12 10:06:50 +00:00
feedserv_la_LDFLAGS = -module -avoid-version
2006-07-12 09:19:26 +00:00
EXTRA_DIST = autotools/ccdv.c autotools/shtool RELNOTES
2006-07-12 10:06:50 +00:00
dist_doc_DATA = README.feedserv README.feedserv.html
2006-07-12 09:19:26 +00:00
include $(top_srcdir)/autotools/rules.mk