source: trunk/Makefile.am @ 24

Revision 24, 1.4 KB checked in by mmatloka, 14 years ago (diff)

downgrade to 1.0.0 - still dont know why some m4 files are not included in the dist - doing it manually

  • Property svn:keywords set to Id Revision
RevLine 
[20]1# $Id$
[1]2#
3# PSNC DRMAA for LoadLeveler
4# Copyright (C) 2010 Poznan Supercomputing and Networking Center
5#
6# Licensed under the Apache License, Version 2.0 (the "License");
7# you may not use this file except in compliance with the License.
8# You may obtain a copy of the License at
9#
10#    http://www.apache.org/licenses/LICENSE-2.0
11#
12# Unless required by applicable law or agreed to in writing, software
13# distributed under the License is distributed on an "AS IS" BASIS,
14# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
15# See the License for the specific language governing permissions and
16# limitations under the License.
17#
18
19ACLOCAL_AMFLAGS = -I m4
20EXTRA_DIST = \
21 autoclean.sh \
22 autogen.sh \
[24]23 m4/missing-dev-prog.sh \
24 m4/acx_pthread.m4 \
25 m4/ax_gcc_warnings.m4 \
26 m4/libtool.m4 \
27 m4/ltsugar.m4 \
28 m4/lt~obsolete.m4 \
29 m4/ax_docutils.m4  \
30 m4/ax_ll.m4 \
31 m4/ltoptions.m4 \
32 m4/ltversion.m4 \
33 drmaa_utils/m4/ac_c_bigendian_cross.m4 \
34 drmaa_utils/m4/acx_pthread.m4 \
35 drmaa_utils/m4/ax_docutils.m4 \
36 drmaa_utils/m4/ax_func_gettid.m4 \
37 drmaa_utils/m4/ax_func_va_copy.m4 \
38 drmaa_utils/m4/ax_gcc_warnings.m4 \
39 drmaa_utils/m4/ax_gperf.m4 \
40 drmaa_utils/m4/bison_ylwrap.sh \
41 drmaa_utils/m4/libtool.m4 \
42 drmaa_utils/m4/lt~obsolete.m4 \
43 drmaa_utils/m4/ltoptions.m4 \
44 drmaa_utils/m4/ltsugar.m4 \
45 drmaa_utils/m4/ltversion.m4 \
46 drmaa_utils/m4/missing-dev-prog.sh
[1]47
[18]48SUBDIRS = drmaa_utils ll_drmaa
[24]49
50
Note: See TracBrowser for help on using the repository browser.