]> git.sesse.net Git - vlc/blobdiff - bindings/cil/Makefile.am
Remove Common Intermediate Language bindings
[vlc] / bindings / cil / Makefile.am
diff --git a/bindings/cil/Makefile.am b/bindings/cil/Makefile.am
deleted file mode 100644 (file)
index d98ebad..0000000
+++ /dev/null
@@ -1,18 +0,0 @@
-# Makefile.am - master Makefile for libvlc-cil
-
-ACLOCAL_AMFLAGS = -I m4
-AUTOMAKE_OPTIONS = \
-       -Wall \
-       check-news \
-       std-options \
-       dist-bzip2 \
-       no-dist-gzip \
-       no-exeext
-
-SUBDIRS = src tests
-DIST_SUBDIRS = $(SUBDIRS) m4
-
-doc: Doxyfile
-       $(DOXYGEN)
-
-.PHONY: doc