1# Makefile.am for libatalk/adouble/
2
3noinst_LTLIBRARIES = libbstring.la
4
5libbstring_la_SOURCES = bstrlib.c bstradd.c
6
7