[go: up one dir, main page]

File: Makefile.am

package info (click to toggle)
libgail-gnome 1.20.3-1
  • links: PTS
  • area: main
  • in suites: squeeze
  • size: 3,492 kB
  • ctags: 440
  • sloc: sh: 10,144; ansic: 1,198; makefile: 159
file content (19 lines) | stat: -rw-r--r-- 362 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
NULL =

noinst_PROGRAMS = test-gail-gnome

INCLUDES =					\
	-I$(top_srcdir)				\
	-I$(top_srcdir)/gail-gnome		\
	$(GAIL_GNOME_DEBUG_CFLAGS)		\
	$(TEST_CFLAGS)				\
	$(NULL)

LDADD =						\
	../gail-gnome/libgail-gnome.la		\
	$(TEST_LIBS)				\
	$(NULL)

# Turn off this test since it's known to segfault
# see bugzilla.gnome.org #160384
#TESTS = test-gail-gnome