aboutsummaryrefslogtreecommitdiff
path: root/lib/Makefile.in
diff options
context:
space:
mode:
authorDouglas Gilbert <dgilbert@interlog.com>2014-09-13 03:32:21 +0000
committerDouglas Gilbert <dgilbert@interlog.com>2014-09-13 03:32:21 +0000
commit992e601d27bdd94162f35a1f885e5f541186b1b9 (patch)
treec7242ea8196550726fb5960509f76661d9ebea12 /lib/Makefile.in
parentb1cbb684ed474c0c19840305fd4cda5225aaf628 (diff)
downloadsg3_utils-992e601d27bdd94162f35a1f885e5f541186b1b9.tar.gz
Use '-iquote ../include' in Makefiles to prefer local headers
git-svn-id: https://svn.bingwo.ca/repos/sg3_utils/trunk@606 6180dd3e-e324-4e3e-922d-17de1ae2f315
Diffstat (limited to 'lib/Makefile.in')
-rw-r--r--lib/Makefile.in6
1 files changed, 3 insertions, 3 deletions
diff --git a/lib/Makefile.in b/lib/Makefile.in
index 5531c12c..496439ef 100644
--- a/lib/Makefile.in
+++ b/lib/Makefile.in
@@ -338,9 +338,9 @@ libsgutils2_la_SOURCES = sg_lib.c sg_lib_data.c sg_cmds_basic.c \
# For C++/clang testing
# -std=<s> can be c99, c11, gnu11, etc. Default is gnu89 (gnu90 is the same)
-AM_CFLAGS = -I ../include -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -W
-# AM_CFLAGS = -I ../include -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -W -pedantic -std=c11
-# AM_CFLAGS = -I ../include -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -W -pedantic -std=c++11
+AM_CFLAGS = -iquote ../include -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -W
+# AM_CFLAGS = -iquote ../include -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -W -pedantic -std=c11
+# AM_CFLAGS = -iquote ../include -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -W -pedantic -std=c++11
lib_LTLIBRARIES = libsgutils2.la
libsgutils2_la_LDFLAGS = -version-info 2:0:0
libsgutils2_la_LIBADD = @GETOPT_O_FILES@ @os_libs@