Skip to content
Snippets Groups Projects
Commit c358620b authored by Alexandre Janniaux's avatar Alexandre Janniaux Committed by Jean-Baptiste Kempf
Browse files

src/Makefile.am: forward libvlccore CPPFLAGS

Some flags were defined in configure.ac but were not used in the
Makefile.am. No issue raised from this oversight since the test was
actually always disabled.
parent 07f6be92
No related branches found
No related tags found
1 merge request!1002Fix dynamic_lookup support detection in configure.ac
......@@ -405,6 +405,8 @@ libvlccore_la_LIBADD = $(LIBS_libvlccore) \
$(LTLIBINTL) $(LTLIBICONV) \
$(IDN_LIBS) $(SOCKET_LIBS) $(ATOMIC_LIB) $(LIBRT) $(LIBDL) $(LIBM)
libvlccore_la_CPPFLAGS = $(AM_CPPFLAGS) $(CPPFLAGS_libvlccore)
if HAVE_WIN32
libvlccore_la_SOURCES += \
win32/error.c \
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment