author | Don Pellegrino <don@drexel.edu> | 2009-10-01 20:01:39 (GMT) |
---|---|---|
committer | Don Pellegrino <don@drexel.edu> | 2009-10-01 20:01:39 (GMT) |
commit | aeaf641df8c44c7fa415abd325233fe739bf5b1d (patch) (side-by-side diff) | |
tree | e8936497ff25b9d64997bc6dd308dbc16de2757d | |
parent | 1e411153c9ca4c1b9eb36cbb92810faf507c7558 (diff) | |
download | exp005-aeaf641df8c44c7fa415abd325233fe739bf5b1d.zip exp005-aeaf641df8c44c7fa415abd325233fe739bf5b1d.tar.gz exp005-aeaf641df8c44c7fa415abd325233fe739bf5b1d.tar.bz2 |
Removed the NCBI directory from the list of includes since the
visualization client does not make directly calls to the NCBI Toolbox yet.
-rw-r--r-- | src/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Makefile.am b/src/Makefile.am index 82ddc3b..4938ed4 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -89,7 +89,7 @@ noinst_HEADERS = \ # util/amd_performance_monitor/ati_counter_info.h # util/amd_performance_monitor/ati_get_group_and_counter_list.h -AM_CFLAGS = -Wall -ggdb -std=gnu99 -pipe -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -I/usr/include/ncbi +AM_CFLAGS = -Wall -ggdb -std=gnu99 -pipe -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE # DB2 Precompiler for Embedded SQL %.c : %.sqc |