Add missing file
authorSebastian Dröge <sebastian.droege@collabora.co.uk>
Sat, 4 Apr 2009 12:18:28 +0000 (14:18 +0200)
committerSebastian Dröge <sebastian.droege@collabora.co.uk>
Sat, 4 Apr 2009 12:18:28 +0000 (14:18 +0200)
fixup/Makefile.am [new file with mode: 0644]

diff --git a/fixup/Makefile.am b/fixup/Makefile.am
new file mode 100644 (file)
index 0000000..55738c4
--- /dev/null
@@ -0,0 +1,16 @@
+TARGETS = gst-gapi-fixup.exe
+DEBUGS = $(addsuffix .mdb, $(TARGETS))
+
+all: $(TARGETS)
+
+gst-gapi-fixup.exe: $(srcdir)/gst-gapi-fixup.cs
+       $(CSC) -out:$@ $(srcdir)/gst-gapi-fixup.cs
+
+noinst_SCRIPTS = $(TARGETS)
+
+CLEANFILES = $(TARGETS) $(DEBUGS)
+MAINTAINERCLEANFILES = Makefile.in
+
+EXTRA_DIST = \
+       gst-gapi-fixup.cs
+