source: trunk/third/scrollkeeper/buildtools/Makefile.am @ 18218

Revision 18218, 303 bytes checked in by ghudson, 22 years ago (diff)
This commit was generated by cvs2svn to compensate for changes in r18217, which included commits to RCS files with non-trunk default branches.
Line 
1# copyright (C) 2001 Sun Microsystems, Inc.
2
3INCLUDES = \
4        -I$(top_srcdir)/libs \
5        $(XML_CFLAGS)
6       
7LDADD = \
8        $(XML_LIBS) \
9        $(XSLT_LIBS) \
10        $(top_builddir)/libs/libscrollkeeper.la
11
12noinst_PROGRAMS = \
13        scrollkeeper-tree-separate
14
15scrollkeeper_tree_separate_SOURCES = \
16        separate.c
Note: See TracBrowser for help on using the repository browser.