diff options
author | IOhannes m zmölnig <zmoelnig@users.sourceforge.net> | 2011-02-10 12:07:22 +0000 |
---|---|---|
committer | IOhannes m zmölnig <zmoelnig@users.sourceforge.net> | 2011-02-10 12:07:22 +0000 |
commit | 66432bde18bf23eed886f8ba6e77261b1674fcae (patch) | |
tree | 39abd94c9fb0208a9b0c55c55613fc57b32fd7ac /src/mtx_spherical_harmonics | |
parent | 27177c4c78306547a5ffa5c5e8c5ca0a75fbec32 (diff) |
-I../
svn path=/trunk/externals/iem/iemmatrix/; revision=14903
Diffstat (limited to 'src/mtx_spherical_harmonics')
-rw-r--r-- | src/mtx_spherical_harmonics/Makefile.am | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/mtx_spherical_harmonics/Makefile.am b/src/mtx_spherical_harmonics/Makefile.am index ab2ba6f..a93380b 100644 --- a/src/mtx_spherical_harmonics/Makefile.am +++ b/src/mtx_spherical_harmonics/Makefile.am @@ -2,6 +2,8 @@ SUBDIRS = . cmdline lib_LIBRARIES = libsharmonics.a +libsharmonics_a_CPPFLAGS = -I$(top_srcdir)/.. + libsharmonics_a_SOURCES = \ legendre_a.c \ sharmonics_normalization.c \ |