From 862ce03f8cf84cecea2b3d6943435e4c575672e8 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Sebastian=20Dr=C3=B6ge?= Date: Sat, 4 Apr 2009 14:18:28 +0200 Subject: [PATCH] Add missing file --- fixup/Makefile.am | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 fixup/Makefile.am diff --git a/fixup/Makefile.am b/fixup/Makefile.am new file mode 100644 index 0000000..55738c4 --- /dev/null +++ b/fixup/Makefile.am @@ -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 + -- 2.7.4