diff options
author | Ian Romanick <ian.d.romanick@intel.com> | 2009-04-17 22:51:38 -0700 |
---|---|---|
committer | Ian Romanick <ian.d.romanick@intel.com> | 2009-04-17 22:51:38 -0700 |
commit | 0306a3627a0660a6b02df6e3fcf1f926497ebf4c (patch) | |
tree | 0d4570113e5ea5cb4c45ee635c9d70e6f445c17b /src | |
parent | e15d0058433aabe85a45601aa380e81126a5d87f (diff) |
Add missing AM_CFLAGS
Diffstat (limited to 'src')
-rw-r--r-- | src/Makefile.am | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/Makefile.am b/src/Makefile.am index b56ac8c..eaf2419 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -21,5 +21,7 @@ # USE OR OTHER DEALINGS IN THE SOFTWARE. AM_CXXFLAGS=-I../include +AM_CFLAGS=-I../include + lib_LIBRARIES = libGLU3.a libGLU3_a_SOURCES = matrix.c |