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

16 lines
407 B
Text
Raw Permalink Normal View History

2005-12-11 07:21:58 +00:00
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
2005-12-12 11:39:01 +00:00
EXTRA_DIST = autotools/ccdv.c autotools/shtool RELNOTES
dist_doc_DATA = README.opsb README.opsb.html
2005-12-11 07:21:58 +00:00
include $(top_srcdir)/autotools/rules.mk