summaryrefslogtreecommitdiff
path: root/Makefile.am
blob: ade17b88d31e747b82287d10c0ade8755ff02f1f (plain)
1
2
3
4
5
6
noinst_LTLIBRARIES = libstr.la
libstr_la_SOURCES = str.c

noinst_PROGRAMS = test
test_SOURCES = test.c
test_LDADD = libstr.la