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-blsb/Makefile.am
2005-12-13 13:03:38 +00:00

14 lines
398 B
Makefile

AUTOMAKE_OPTIONS = foreign
ACLOCAL_AMFLAGS = -I autotools
AM_MAKEFLAGS = -s
pkglib_LTLIBRARIES = blsb.la
blsb_la_SOURCES = blsb.c blsb_help.c
noinst_HEADERS = blsb.h
blsb_la_LDFLAGS = -module -avoid-version
EXTRA_DIST = autotools/ccdv.c autotools/shtool RELNOTES
dist_doc_DATA = README.blsb README.blsb.html
include $(top_srcdir)/autotools/rules.mk