mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-20 00:31:13 +00:00
Add missing file
This commit is contained in:
parent
7aa8b98510
commit
862ce03f8c
1 changed files with 16 additions and 0 deletions
16
fixup/Makefile.am
Normal file
16
fixup/Makefile.am
Normal file
|
@ -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
|
||||
|
Loading…
Reference in a new issue