source: trunk/third/librsvg/gtk-engine/Makefile.am @ 18609

Revision 18609, 540 bytes checked in by ghudson, 21 years ago (diff)
This commit was generated by cvs2svn to compensate for changes in r18608, which included commits to RCS files with non-trunk default branches.
Line 
1DIST_SUBDIRS= examples
2
3INCLUDES = $(GTK_CFLAGS) $(LIBRSVG_CFLAGS) -I$(top_srcdir)
4
5enginedir = $(libdir)/gtk-2.0/$(GTK_VERSION)/engines
6themedir = $(datadir)/themes
7
8if ENABLE_GTK_ENGINE
9target_rsvg_engine = libsvg.la
10SUBDIRS =
11else
12target_rsvg_engine =
13SUBDIRS =
14endif
15
16engine_LTLIBRARIES = $(target_rsvg_engine)
17
18libsvg_la_SOURCES =             \
19        svg-draw.c              \
20        svg-main.c              \
21        svg-render.c            \
22        svg-rc-style.c          \
23        svg-rc-style.h          \
24        svg-style.h             \
25        svg.h
26
27libsvg_la_LDFLAGS =  -avoid-version -module
28libsvg_la_LIBADD = $(GTK_LIBS) $(LIBRSVG_LIBS)
Note: See TracBrowser for help on using the repository browser.