Commit fc10369f authored by Christophe Mutricy's avatar Christophe Mutricy

fix stupid error by me

parent b6389d88
......@@ -141,13 +141,13 @@ endif
###############################################################################
libvlc_a_SOURCES = $(SOURCES_libvlc)
nodist_libvlc_a_SOURCES = $(SOURCES_libvlc)
nodist_libvlc_a_SOURCES = $(SOURCES_nodist_libvlc)
libvlc_a_CFLAGS = `$(VLC_CONFIG) --cflags vlc pic` -DUSE_BUILTINS
libvlc_a_CXXFLAGS = `$(VLC_CONFIG) --cxxflags vlc pic`
libvlc_a_OBJCFLAGS = `$(VLC_CONFIG) --objcflags vlc pic`
libvlc_la_SOURCES = $(SOURCES_libvlc)
nodist_libvlc_la_SOURCES = $(SOURCES_libvlc)
nodist_libvlc_la_SOURCES = $(SOURCES_nodist_libvlc)
libvlc_la_LIBADD = $(INCLUDED_LIBINTL)
libvlc_la_CFLAGS = `$(VLC_CONFIG) --cflags vlc`
libvlc_la_CXXFLAGS = `$(VLC_CONFIG) --cxxflags vlc`
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment