|
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 | |
|---|
| 1 | NULL = |
|---|
| 2 | |
|---|
| 3 | INCLUDES = \ |
|---|
| 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 | |
|---|
| 15 | noinst_LIBRARIES = libsummary.a |
|---|
| 16 | |
|---|
| 17 | libsummary_a_SOURCES = \ |
|---|
| 18 | eazel-summary-shared.h \ |
|---|
| 19 | eazel-summary-shared.c \ |
|---|
| 20 | $(NULL) |
|---|
| 21 | |
|---|