source: trunk/third/oaf/Makefile.am @ 15904

Revision 15904, 723 bytes checked in by ghudson, 24 years ago (diff)
This commit was generated by cvs2svn to compensate for changes in r15903, which included commits to RCS files with non-trunk default branches.
Line 
1NULL =
2
3SUBDIRS=                \
4        po              \
5        intl            \
6        docs            \
7        idl             \
8        liboaf          \
9        api-docs        \
10        oafd            \
11        utils           \
12        test            \
13        $(NULL)
14
15bin_SCRIPTS=oaf-config
16
17EXTRA_DIST=                                     \
18        oaf-config.in                           \
19        oaf.m4                                  \
20        oafConf.sh.in                           \
21        oafConf.sh                              \
22        oaf.spec.in                             \
23        oaf-config.xml                          \
24        oaf-config.xml.sample                   \
25        oaf.spec                                \
26        xml-i18n-extract.in                     \
27        xml-i18n-merge.in                       \
28        xml-i18n-update.in                      \
29        AUTHORS                                 \
30        COPYING                                 \
31        ChangeLog                               \
32        NEWS                                    \
33        README                                  \
34        $(NULL)
35
36oafconfigdir=$(sysconfdir)/oaf
37oafconfig_DATA =                \
38        oaf-config.xml          \
39        oaf-config.xml.sample   \
40        $(NULL)
41
42confexecdir = $(libdir)
43confexec_DATA = oafConf.sh
44
45m4datadir=$(datadir)/aclocal
46m4data_DATA=oaf.m4
47
48#dist-hook: oaf.spec
49#       cp oaf.spec $(distdir)
Note: See TracBrowser for help on using the repository browser.