source: trunk/third/bonobo-activation/utils/Makefile.am @ 18311

Revision 18311, 435 bytes checked in by ghudson, 22 years ago (diff)
This commit was generated by cvs2svn to compensate for changes in r18310, which included commits to RCS files with non-trunk default branches.
Line 
1NULL =
2
3bin_SCRIPTS   = $(BONOBO_SLAY)
4EXTRA_SCRIPTS = bonobo-slay.in
5
6sbin_PROGRAMS  = bonobo-activation-sysconf
7
8bonobo_activation_sysconf_SOURCES =     \
9        bonobo-activation-sysconf.c     \
10        $(NULL)
11
12INCLUDES =                                      \
13        $(UTILS_CFLAGS)                         \
14        -I$(top_srcdir)                         \
15        -DSERVER_LOCALEDIR=\""$(datadir)/locale"\"      \
16        -DSERVER_CONFDIR=\"$(sysconfdir)\"              \
17        $(NULL)
18
19bonobo_activation_sysconf_LDADD =       \
20        $(UTILS_LIBS)                   \
21        $(INTLLIBS)                     \
22        $(NULL)
23
Note: See TracBrowser for help on using the repository browser.