]> git.sesse.net Git - vlc/blobdiff - bindings/cil/tests/Makefile.am
Remove Common Intermediate Language bindings
[vlc] / bindings / cil / tests / Makefile.am
diff --git a/bindings/cil/tests/Makefile.am b/bindings/cil/tests/Makefile.am
deleted file mode 100644 (file)
index c463c3f..0000000
+++ /dev/null
@@ -1,14 +0,0 @@
-EXTRA_DIST = $(SOURCES_testvlc)
-MOSTLYCLEANFILES = $(check_SCRIPTS)
-
-noinst_SCRIPTS = testvlc.exe
-dist_check_SCRIPTS = missing_api
-
-SOURCES_testvlc = testvlc.cs
-LDADD_testvlc = -lib:../src -r:VideoLAN.LibVLC.dll
-
-testvlc.exe: $(SOURCES_testvlc) ../src/VideoLAN.LibVLC.dll
-       $(CSC) -target:exe -out:$@ $(CSFLAGS) $(SOURCES_testvlc) \
-               $(LDADD_testvlc)
-
-TESTS = missing_api