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

Revision 18311, 700 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
3SUBDIRS=                                        \
4        po                                      \
5        api-docs                                \
6        docs                                    \
7        idl                                     \
8        bonobo-activation                       \
9        server                                  \
10        utils                                   \
11        test                                    \
12        $(NULL)
13
14EXTRA_DIST=                                     \
15        bonobo-activation.spec.in               \
16        bonobo-activation-config.xml            \
17        bonobo-activation-config.xml.sample     \
18        bonobo-activation.spec                  \
19        intltool-extract.in                     \
20        intltool-merge.in                       \
21        intltool-update.in                      \
22        AUTHORS                                 \
23        COPYING                                 \
24        ChangeLog                               \
25        NEWS                                    \
26        README                                  \
27        bonobo-activation-2.0.pc.in             \
28        $(NULL)
29
30sysconfigdir=$(sysconfdir)/bonobo-activation
31sysconfig_DATA =                                \
32        bonobo-activation-config.xml            \
33        $(NULL)
34
35pkgconfigdir = $(libdir)/pkgconfig
36pkgconfig_DATA = bonobo-activation-2.0.pc
Note: See TracBrowser for help on using the repository browser.