bump the gtk-doc api version to 5
[hkl.git] / test / tap / Makefile.am
blob0557103482e9ae1afd6f6fcaaf5618aa7dbbaeed
1 AM_CFLAGS = \
2         -I$(abs_top_srcdir)/test \
3         -I$(top_srcdir)
5 check_LIBRARIES = libtap.a
6 libtap_a_SOURCES = \
7         basic.c \
8         basic.h \
9         hkl.h \
10         hkl.c
12 # Support for GNU Flymake, in Emacs.
13 check-syntax: AM_CFLAGS += -fsyntax-only -pipe
14 check-syntax:
15         test -z "$(CHK_SOURCES)" || $(COMPILE) $(CHK_SOURCES)
17 .PHONY: check-syntax