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

Revision 20969, 445 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 
1if BUILD_TESTS
2MAYBE_TESTS = tests
3else
4MAYBE_TESTS =
5endif
6
7SUBDIRS = gtksourceview po $(MAYBE_TESTS) docs
8
9pkgconfigdir = $(libdir)/pkgconfig
10pkgconfig_DATA = gtksourceview-1.0.pc
11
12EXTRA_DIST = \
13        intltool-extract.in \
14        intltool-merge.in \
15        intltool-update.in \
16        gtksourceview-1.0.pc.in \
17        HACKING \
18        MAINTAINERS \
19        TODO
20
21DISTCLEANFILES = \
22        intltool-extract \
23        intltool-merge \
24        intltool-update
25
26DISTCHECK_CONFIGURE_FLAGS = --enable-gtk-doc
Note: See TracBrowser for help on using the repository browser.