7af2ee049f596f70833c471df4ddddc9c2a823f0
[platform/upstream/at-spi2-core.git] / test / Makefile.am
1 LDADD = $(top_builddir)/atspi/libatspi.la
2 noinst_PROGRAMS = memory
3 memory_SOURCES = memory.c
4 memory_CPPFLAGS = -I$(top_srcdir) -I$(top_builddir) -I$(top_builddir)/atspi
5 memory_CFLAGS = $(GLIB_CFLAGS)  $(GOBJ_LIBS) $(DBUS_CFLAGS)
6 memory_LDFLAGS = 
7
8 -include $(top_srcdir)/git.mk