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 | |
---|
1 | INCLUDES = \ |
---|
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 |
---|
11 | noinst_PROGRAMS = test-widget testregion |
---|
12 | |
---|
13 | test_widget_SOURCES = test-widget.c |
---|
14 | |
---|
15 | test_widget_LDADD = \ |
---|
16 | $(top_builddir)/gtksourceview/libgtksourceview-1.0.la \ |
---|
17 | $(DEP_LIBS) \ |
---|
18 | $(TESTS_LIBS) |
---|
19 | |
---|
20 | testregion_SOURCES = testregion.c |
---|
21 | |
---|
22 | testregion_LDADD = \ |
---|
23 | $(top_builddir)/gtksourceview/libgtksourceview-1.0.la \ |
---|
24 | $(DEP_LIBS) |
---|
Note: See
TracBrowser
for help on using the repository browser.