summaryrefslogtreecommitdiff
path: root/logview/src/tests/Makefile.am
blob: b7b668c37154e21ffee0f4e4ddd2511edc15b626 (plain)
1
2
3
4
5
6
7
8
9
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