Skip to content
Snippets Groups Projects
Commit cae17164 authored by Rémi Denis-Courmont's avatar Rémi Denis-Courmont
Browse files

access: use correct libtool tag for C++ files

parent 4f0158c5
No related branches found
No related tags found
No related merge requests found
# 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)
......
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