1## Process this file with automake to produce Makefile.in
2
3noinst_LIBRARIES = libzbxscripts.a
4
5libzbxscripts_a_SOURCES = scripts.c scripts.h
6
7