More makefile code refactoring; remove redundant INCLUDES references.
This commit is contained in:
@@ -19,8 +19,6 @@ VPATH = @srcdir@
|
||||
|
||||
include ${top_builddir}/Makefile.comm
|
||||
|
||||
INCLUDES = -I ${top_srcdir}/include $(EXTRA_INCLUDES)
|
||||
|
||||
# Headers
|
||||
#
|
||||
HEADERS = $(notdir $(wildcard ${top_srcdir}/include/*.h))
|
||||
|
@@ -16,7 +16,6 @@ top_builddir = @top_builddir@
|
||||
VPATH = @srcdir@
|
||||
|
||||
include ${top_builddir}/Makefile.comm
|
||||
INCLUDES = -I ${top_srcdir}/include $(EXTRA_INCLUDES)
|
||||
|
||||
# Headers
|
||||
#
|
||||
|
@@ -16,8 +16,6 @@ top_builddir = @top_builddir@
|
||||
VPATH = @srcdir@
|
||||
|
||||
include ${top_builddir}/Makefile.comm
|
||||
INCLUDES = -I ${top_srcdir}/include -I ${top_srcdir}/include/directx \
|
||||
$(EXTRA_INCLUDES)
|
||||
|
||||
# Headers
|
||||
#
|
||||
|
Reference in New Issue
Block a user