]> git.sesse.net Git - vlc/blob - bindings/cil/Makefile.am
Fix [10fcb9f9c3c73d13340c0bd4153fc4c9c87b7186] (win doesn't have setenv).
[vlc] / bindings / cil / Makefile.am
1 # Makefile.am - master Makefile for libvlc-cil
2
3 ACLOCAL_AMFLAGS = -I m4
4 AUTOMAKE_OPTIONS = \
5         -Wall \
6         check-news \
7         std-options \
8         dist-bzip2 \
9         no-dist-gzip \
10         no-exeext
11
12 SUBDIRS = src tests
13 DIST_SUBDIRS = $(SUBDIRS) m4
14
15 doc: Doxyfile
16         $(DOXYGEN)
17
18 .PHONY: doc