https://github.com/geodynamics/citcoms
Revision 04e6d48757e8b23dd34bc8b88ad9e6e8038260c8 authored by Leif Strand on 09 September 2005, 19:49:10 UTC, committed by Leif Strand on 09 September 2005, 19:49:10 UTC
1 parent 133fb1f
Raw File
Tip revision: 04e6d48757e8b23dd34bc8b88ad9e6e8038260c8 authored by Leif Strand on 09 September 2005, 19:49:10 UTC
Added Id keyword property to configure.ac, Makefile.am.
Tip revision: 04e6d48
Makefile.am
## Process this file with automake to produce Makefile.in
# $Id: Makefile.am,v 1.1 2005/08/24 22:45:51 leif Exp $

ACLOCAL_AMFLAGS = -I ./m4

if COND_PYRE
    MAYBE_PYRE = etc examples module pyre tests visual
endif
SUBDIRS = lib drivers $(MAYBE_PYRE)

EXTRA_DIST = \
	CitcomS.py-LICENSE.txt \
	doc/CitComS.doxyconf

## end of Makefile.am
back to top