]> git.sesse.net Git - vlc/blob - modules/video_output/Modules.am
Fix previous commit.
[vlc] / modules / video_output / Modules.am
1 SUBDIRS = msw qte x11
2 # Automake forgets to add a proper tag to libtool with Objective-C files.
3 # Moreocer Libtool should default tag to CC when none is specified but
4 # obviously does not. Here is a fix for that.
5 LIBTOOL=@LIBTOOL@ --tag=CC
6
7 SOURCES_aa = aa.c
8 SOURCES_caca = caca.c
9 SOURCES_fb = fb.c
10 SOURCES_ggi = ggi.c
11 SOURCES_vout_sdl = sdl.c
12 SOURCES_svgalib = svgalib.c
13 SOURCES_mga = mga.c
14 SOURCES_hd1000v = hd1000v.cpp
15 SOURCES_snapshot = snapshot.c
16 SOURCES_opengl = opengl.c
17 SOURCES_opengllayer = opengllayer.m
18 SOURCES_image = image.c
19 SOURCES_directfb = directfb.c
20 SOURCES_vmem = vmem.c
21