forgot this file

This commit is contained in:
Fish 2005-12-13 13:03:38 +00:00
parent 7d41f8e901
commit 83d77cf6ca
2 changed files with 15 additions and 0 deletions

1
.gitattributes vendored
View file

@ -1,3 +1,4 @@
* text=auto !eol
/Makefile.am -text
/README.blsb.html -text
/blsb.vcproj -text

14
Makefile.am Normal file
View file

@ -0,0 +1,14 @@
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