-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 eaa80b9..6e20122 100644 --- a/src/Makefile.am +++ b/src/Makefile.am | |||
@@ -65,7 +65,7 @@ noinst_HEADERS = \ | |||
65 | # util/amd_performance_monitor/ati_counter_info.h | 65 | # util/amd_performance_monitor/ati_counter_info.h |
66 | #util/amd_performance_monitor/ati_get_group_and_counter_list.h | 66 | #util/amd_performance_monitor/ati_get_group_and_counter_list.h |
67 | 67 | ||
68 | AM_CFLAGS = -Wall -std=gnu99 -pipe -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -I/usr/include/ncbi | 68 | AM_CFLAGS = -Wall -ggdb -std=gnu99 -pipe -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -I/usr/include/ncbi |
69 | 69 | ||
70 | # DB2 Precompiler for Embedded SQL | 70 | # DB2 Precompiler for Embedded SQL |
71 | %.c : %.sqc | 71 | %.c : %.sqc |