mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-19 06:46:38 +00:00
parent
bc621cc335
commit
b92e34ebfd
1 changed files with 5 additions and 0 deletions
|
@ -32,9 +32,14 @@ endif
|
|||
|
||||
EXTRA_DIST = ptp_helper_post_install.sh
|
||||
|
||||
DISTCLEANFILES = libgstreamer-gdb.py
|
||||
|
||||
# install gdb scripts
|
||||
gdbdir = $(datadir)/gstreamer-@GST_API_VERSION@/gdb
|
||||
dist_gdb_DATA = gst_gdb.py glib_gobject_helper.py
|
||||
|
||||
install-data-hook:
|
||||
$(INSTALL) -D $(builddir)/libgstreamer-gdb.py $(DESTDIR)$(datadir)/gdb/auto-load$(libdir)/libgstreamer-@GST_API_VERSION@.so.0.$(GST_CURRENT).$(GST_REVISION)-gdb.py
|
||||
|
||||
uninstall-hook:
|
||||
rm -f "$(DESTDIR)$(datadir)/gdb/auto-load$(libdir)/libgstreamer-@GST_API_VERSION@.so.0.$(GST_CURRENT).$(GST_REVISION)-gdb.py"
|
||||
|
|
Loading…
Reference in a new issue