Remove installed headers, cleanup header names
[ust.git] / tests / snprintf / Makefile.am
... / ...
CommitLineData
1AM_CPPFLAGS = -I$(top_srcdir)/include
2
3check_PROGRAMS = prog
4prog_SOURCES = prog.c
5prog_LDADD = $(top_builddir)/snprintf/libustsnprintf.la
6
7TESTS = prog
This page took 0.022674 seconds and 4 git commands to generate.