source: trunk/third/gtksourceview/tests/Makefile.am @ 20969

Revision 20969, 575 bytes checked in by ghudson, 20 years ago (diff)
This commit was generated by cvs2svn to compensate for changes in r20968, which included commits to RCS files with non-trunk default branches.
Line 
1INCLUDES =                              \
2        -DDATADIR=\""$(datadir)"\"      \
3        -DG_LOG_DOMAIN=\"GtkSourceView\"\
4        -I$(top_srcdir) -I$(srcdir)     \
5        $(DEPRECATED_FLAGS)             \
6        $(WARN_CFLAGS)                  \
7        $(DEP_CFLAGS)                  \
8        $(TESTS_CFLAGS)
9
10# testing executables
11noinst_PROGRAMS = test-widget testregion
12
13test_widget_SOURCES = test-widget.c
14
15test_widget_LDADD =                     \
16        $(top_builddir)/gtksourceview/libgtksourceview-1.0.la \
17        $(DEP_LIBS)                     \
18        $(TESTS_LIBS)
19
20testregion_SOURCES = testregion.c
21
22testregion_LDADD =                      \
23        $(top_builddir)/gtksourceview/libgtksourceview-1.0.la \
24        $(DEP_LIBS)
Note: See TracBrowser for help on using the repository browser.