summaryrefslogtreecommitdiff
path: root/libvo/Makefile.am
diff options
context:
space:
mode:
Diffstat (limited to 'libvo/Makefile.am')
-rw-r--r--libvo/Makefile.am5
1 files changed, 5 insertions, 0 deletions
diff --git a/libvo/Makefile.am b/libvo/Makefile.am
new file mode 100644
index 0000000..9fee50a
--- /dev/null
+++ b/libvo/Makefile.am
@@ -0,0 +1,5 @@
+AM_CFLAGS = $(OPT_CFLAGS) $(LIBVO_CFLAGS)
+
+noinst_LIBRARIES = libvo.a
+libvo_a_SOURCES = video_out.c video_out_x11.c video_out_dx.c video_out_sdl.c \
+ video_out_null.c video_out_pgm.c vo_internal.h