diff options
author | jcid <devnull@localhost> | 2007-10-12 00:19:47 +0200 |
---|---|---|
committer | jcid <devnull@localhost> | 2007-10-12 00:19:47 +0200 |
commit | e2d68a9eea8e7d379742e550d66dd5b88a44cfd0 (patch) | |
tree | 1b324b0b3627b56ad79bb9a9f2a442b5a1642219 /src/IO/Makefile.am | |
parent | e73bdefa720054c1d938b6b962e95ecdfe908c39 (diff) |
Improved FLTK library detection at configure time.
Diffstat (limited to 'src/IO/Makefile.am')
-rw-r--r-- | src/IO/Makefile.am | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/IO/Makefile.am b/src/IO/Makefile.am index bff4667f..bc2dea7e 100644 --- a/src/IO/Makefile.am +++ b/src/IO/Makefile.am @@ -1,3 +1,6 @@ +AM_CFLAGS = @LIBFLTK_CFLAGS@ +AM_CXXFLAGS = @LIBFLTK_CXXFLAGS@ + noinst_LIBRARIES = libDiof.a libDiof_a_SOURCES = \ |