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-opsb/Makefile.am
2005-12-12 11:39:01 +00:00

15 lines
407 B
Makefile

AUTOMAKE_OPTIONS = foreign
ACLOCAL_AMFLAGS = -I autotools
AM_MAKEFLAGS = -s
pkglib_LTLIBRARIES = opsb.la
opsb_la_SOURCES = opsb.c opsb_help.c proxy.c
noinst_HEADERS = opsb.h
opsb_la_LDFLAGS = -module -avoid-version
EXTRA_DIST = autotools/ccdv.c autotools/shtool RELNOTES
dist_doc_DATA = README.opsb README.opsb.html
include $(top_srcdir)/autotools/rules.mk