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

Revision 15503, 625 bytes checked in by ghudson, 24 years ago (diff)
This commit was generated by cvs2svn to compensate for changes in r15502, 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        AUTHORS                 \
27        COPYING                 \
28        ChangeLog               \
29        NEWS                    \
30        README                  \
31        $(NULL)
32
33oafconfigdir=$(sysconfdir)/oaf
34oafconfig_DATA =                \
35        oaf-config.xml          \
36        oaf-config.xml.sample   \
37        $(NULL)
38
39confexecdir = $(libdir)
40confexec_DATA = oafConf.sh
41
42m4datadir=$(datadir)/aclocal
43m4data_DATA=oaf.m4
44
45#dist-hook: oaf.spec
46#       cp oaf.spec $(distdir)
Note: See TracBrowser for help on using the repository browser.