1##############################################################################
2## Makefile.am -- Process this file with automake to produce Makefile.in
3## Revision: $Id$
4##
5## Copyright (C)  Kshitij Kulshreshtha
6##
7## This file is part of ADOL-C. This software is provided as open source.
8## Any use, reproduction, or distribution of the software constitutes
9## recipient's acceptance of the terms of the accompanying license file.
10##
11##############################################################################
12
13libinternalincludedir      = $(pkgincludedir)/internal
14
15libinternalinclude_HEADERS = adolc_settings.h \
16                             adubfunc.h paramfunc.h \
17                             common.h usrparms.h
18
19EXTRA_DIST = adolc_settings.h.in
20