Commit cae17164 authored by Rémi Denis-Courmont's avatar Rémi Denis-Courmont

access: use correct libtool tag for C++ files

parent 4f0158c5
# Automake forgets to add a proper tag to libtool with Objective-C files.
# Moreover Libtool should default tag to CC when none is specified but
# obviously does not. Here is a fix for that.
LIBTOOL=@LIBTOOL@ --tag=CC
BASE_SUBDIRS = bd mms rtp rtsp screen vcd vcdx zip
EXTRA_SUBDIRS = dshow
SUBDIRS = $(BASE_SUBDIRS)
......
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