src: Drop useless -I from AM_LDFLAGS in Makefile

The -I switch is meant for extending the list of paths searched
when looking for a header file. There's no justification in
having in linker flags.

Signed-off-by: Michal Privoznik <mprivozn@redhat.com>
Acked-by: Marc-André Lureau <marcandre.lureau@redhat.com>
Signed-off-by: Dave Airlie <airlied@redhat.com>
macos/master
Michal Privoznik 9 years ago committed by Dave Airlie
parent 77ad82dcf6
commit d713cd1c9c
  1. 2
      src/Makefile.am

@ -1,5 +1,5 @@
SUBDIRS := gallium/auxiliary
AM_LDFLAGS = -lgbm -lm -ldl -I./gallium/include \
AM_LDFLAGS = -lgbm -lm -ldl \
$(EPOXY_LIBS) \
$(CODE_COVERAGE_LDFLAGS)

Loading…
Cancel
Save