root/trunk/third/nautilus/components/services/summary/lib/Makefile.am @ 15547

Revision 15547, 453 bytes (checked in by ghudson, 9 years ago)

This commit was generated by cvs2svn to compensate for changes in r15546,
which included commits to RCS files with non-trunk default branches.

Line 
1NULL =
2
3INCLUDES = \
4        -DPREFIX=\"$(prefix)\"                                          \
5        -DG_LOG_DOMAIN=\"trilobite-eazel-summary\"                      \
6        -DSTANDALONE                                                    \
7        -I$(top_srcdir)                                                 \
8        -I$(top_builddir)                                               \
9        -I$(top_srcdir)/components/services/trilobite                   \
10        $(GNOME_CFLAGS)                                                 \
11        $(GCONF_CFLAGS)                                                 \
12        $(GHTTP_CFLAGS)                                                 \
13        $(NULL)
14
15noinst_LIBRARIES = libsummary.a
16
17libsummary_a_SOURCES =                                                  \
18        eazel-summary-shared.h                                          \
19        eazel-summary-shared.c                                          \
20        $(NULL)
21
Note: See TracBrowser for help on using the browser.