mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-10 03:19:40 +00:00
89e41fc8e3
This patch handles dinamically the gitignore files with git.mk[1]. Removed the automake variable MAINTAINERCLANFILES in most of the Makefile.am files since now it is handled by the top one. 1. https://github.com/behdad/git.mk/blob/master/git.mk https://bugzilla.gnome.org/show_bug.cgi?id=749321
42 lines
1 KiB
Makefile
42 lines
1 KiB
Makefile
DOCS = \
|
|
AUTHORS \
|
|
COPYING.LIB \
|
|
NEWS \
|
|
README \
|
|
$(NULL)
|
|
|
|
DEBIANFILES = \
|
|
changelog.in \
|
|
compat \
|
|
control.in \
|
|
copyright \
|
|
gstreamer-vaapi-doc.install.in \
|
|
gstreamer-vaapi.install.in \
|
|
libgstvaapi-dev.install.in \
|
|
libgstvaapi-drm.install.in \
|
|
libgstvaapi-glx.install.in \
|
|
libgstvaapi-wayland.install.in \
|
|
libgstvaapi-x11.install.in \
|
|
libgstvaapi.install.in \
|
|
rules \
|
|
$(NULL)
|
|
|
|
DEBIANGENFILES = \
|
|
changelog \
|
|
control \
|
|
gstreamer$(GST_API_VERSION)-vaapi-doc.install \
|
|
gstreamer$(GST_API_VERSION)-vaapi.install \
|
|
libgstvaapi$(GST_PKG_VERSION)-dev.install \
|
|
libgstvaapi$(GST_VAAPI_MAJOR_VERSION).install \
|
|
libgstvaapi-drm-$(GST_VAAPI_MAJOR_VERSION).install \
|
|
libgstvaapi-glx-$(GST_VAAPI_MAJOR_VERSION).install \
|
|
libgstvaapi-wayland-$(GST_VAAPI_MAJOR_VERSION).install \
|
|
libgstvaapi-x11-$(GST_VAAPI_MAJOR_VERSION).install \
|
|
$(NULL)
|
|
|
|
EXTRA_DIST = $(DEBIANFILES)
|
|
|
|
dist_noinst_DATA = $(DEBIANGENFILES)
|
|
DISTCLEANFILES = $(DEBIANGENFILES)
|
|
|
|
-include $(top_srcdir)/git.mk
|