From aeaf641df8c44c7fa415abd325233fe739bf5b1d Mon Sep 17 00:00:00 2001 From: Don Pellegrino Date: Thu, 01 Oct 2009 20:01:39 +0000 Subject: Removed the NCBI directory from the list of includes since the visualization client does not make directly calls to the NCBI Toolbox yet. --- 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 -- cgit v0.8.3.1-22-g547a