codecleanup: de-static-inline a bunch of input_item functions.
[vlc/pdherbemont.git] / bindings / cil / Makefile.am
blobd98ebad46e7176c5db6a1e929b9d58700917abf3
1 # Makefile.am - master Makefile for libvlc-cil
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
12 SUBDIRS = src tests
13 DIST_SUBDIRS = $(SUBDIRS) m4
15 doc: Doxyfile
16         $(DOXYGEN)
18 .PHONY: doc