root/trunk/third/nautilus/components/services/vault/command-line/Makefile.am @ 15547

Revision 15547, 0.7 KB (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-vault-service\"                \
6        -I$(top_srcdir)                                                 \
7        -I$(top_builddir)                                               \
8        -I$(top_srcdir)/components/services/trilobite                   \
9        -I$(top_srcdir)/components/services/vault/lib                   \
10        $(GNOMEUI_CFLAGS)                                               \
11        $(GCONF_CFLAGS)                                                 \
12        $(NULL)
13
14bin_PROGRAMS =                                                          \
15        eazel-vault
16
17noinst_HEADERS = \
18        vault-operations.h      \
19        $(NULL)
20
21eazel_vault_SOURCES =                                                   \
22        main.c                                                          \
23        vault-operations.c                                              \
24        $(NULL)
25
26eazel_vault_LDADD =                                                     \
27        $(BONOBO_LIBS)                                                  \
28        $(GNOMEUI_LIBS)                                                 \
29        $(GCONF_LIBS)                                                   \
30        $(VFS_LIBS)                                                     \
31        $(OAF_LIBS)                                                     \
32        $(top_builddir)/components/services/trilobite/libtrilobite/libtrilobite.la \
33        $(NULL)
34
Note: See TracBrowser for help on using the browser.