update copyright year
[claws.git] / src / tests / Makefile.am
blobb0a256e2a266e724bab6187521018fa45be7be77
1 include $(top_srcdir)/tests.mk
3 common_ldadd = \
4         $(GLIB_LIBS)
6 AM_CPPFLAGS = \
7         $(GLIB_CFLAGS) \
8         -I$(top_srcdir)/src \
9         -I$(top_srcdir)/src/common
11 TEST_PROGS += entity_test
12 entity_test_SOURCES = entity_test.c
13 entity_test_LDADD = $(common_ldadd) ../entity.o
15 noinst_PROGRAMS = $(TEST_PROGS)
17 .PHONY: test