Last change
on this file since 319 was
319,
checked in by Jari Häkkinen, 17 years ago
|
Add header install instruction to Makefile.am files.
|
File size:
343 bytes
|
Line | |
---|
1 | ## Process this file with automake to produce Makefile.in |
---|
2 | ## |
---|
3 | ## $Id: Makefile.am 281 2005-04-20 16:45:02Z peter $ |
---|
4 | |
---|
5 | |
---|
6 | |
---|
7 | INCLUDES = @LOCAL_INCLUDES@ |
---|
8 | |
---|
9 | noinst_LTLIBRARIES = libgslapi.la |
---|
10 | libgslapi_la_SOURCES = utility.cc matrix.cc vector.cc |
---|
11 | |
---|
12 | include_gslapidir = $(includedir)/c++_tools/gslapi |
---|
13 | |
---|
14 | include_gslapi_HEADERS = \ |
---|
15 | matrix.h utility.h vector.h |
---|
Note: See
TracBrowser
for help on using the repository browser.