]> Pileus Git - ~andy/gtk/blob - tests/css/Makefile.am
stylecontext: Do invalidation on first resize container
[~andy/gtk] / tests / css / Makefile.am
1 include $(top_srcdir)/Makefile.decl
2
3 SUBDIRS = parser
4
5 check_PROGRAMS = $(TEST_PROGS)
6
7 AM_CPPFLAGS =                           \
8         -I$(top_srcdir)                 \
9         -I$(top_builddir)/gdk           \
10         -I$(top_srcdir)/gdk             \
11         -DGDK_DISABLE_DEPRECATED        \
12         -DGTK_DISABLE_DEPRECATED        \
13         -DGTK_VERSION=\"$(GTK_VERSION)\"\
14         $(GTK_DEBUG_FLAGS)              \
15         $(GTK_DEP_CFLAGS)
16
17 LDADD = \
18         $(top_builddir)/gdk/libgdk-3.la \
19         $(top_builddir)/gtk/libgtk-3.la \
20         $(GTK_DEP_LIBS)
21
22 TEST_PROGS += api 
23
24 -include $(top_srcdir)/git.mk