Browse Source

test: Makefile.am: move defines to CPPFLAGS

There is no need to pass those defines at link time, which is what
CFLAGS will do.
pull/162/head
Alexandre Janniaux 3 years ago
committed by Steve Lhomme
parent
commit
d5dac69922
  1. 2
      test/Makefile.am

2
test/Makefile.am

@ -100,7 +100,7 @@ check_HEADERS = libvlc/test.h libvlc/libvlc_additions.h libvlc/media_utils.h \
TESTS = $(check_PROGRAMS) check_POTFILES.sh
AM_CFLAGS = -DSRCDIR=\"$(srcdir)\"
AM_CPPFLAGS = -DSRCDIR=\"$(srcdir)\"
AM_LDFLAGS = -no-install $(LDFLAGS_vlc)
LIBVLCCORE = -L../src/ -lvlccore
LIBVLC = -L../lib -lvlc

Loading…
Cancel
Save