summaryrefslogtreecommitdiff
path: root/logview/src/tests/Makefile.am
blob: 3536728ccd1fc857d185e820e075fb9420a4fc4f (plain)
1
2
3
4
5
6
7
8
9
10
11
AM_CPPFLAGS = \
	$(GLIB_CFLAGS) \
	$(GIO_CFLAGS) \
	-I../

noinst_PROGRAMS = test-reader

test_reader_SOURCES = test-reader.c ../logview-log.c ../logview-utils.c
test_reader_LDADD = $(GLIB_LIBS) $(GIO_LIBS) $(Z_LIBS) -lm

-include $(top_srcdir)/git.mk