mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-01-11 23:16:14 +01:00
Fix distcheck
automake decided to complain about some more leftovers.
This commit is contained in:
parent
166595c4d5
commit
2826ece6fc
@ -82,6 +82,8 @@ EXTRA_DIST += \
|
|||||||
gconstructor.h \
|
gconstructor.h \
|
||||||
$(MIRRORING_TAB_SOURCE)
|
$(MIRRORING_TAB_SOURCE)
|
||||||
|
|
||||||
|
CLEANFILES= libglib-gdb.py
|
||||||
|
|
||||||
# These may be in the builddir too
|
# These may be in the builddir too
|
||||||
BUILT_EXTRA_DIST = \
|
BUILT_EXTRA_DIST = \
|
||||||
makefile.msc \
|
makefile.msc \
|
||||||
@ -336,7 +338,7 @@ install-data-local: install-ms-lib install-def-file
|
|||||||
false ; \
|
false ; \
|
||||||
fi
|
fi
|
||||||
|
|
||||||
uninstall-local: uninstall-ms-lib uninstall-def-file
|
uninstall-local: uninstall-ms-lib uninstall-def-file uninstall-gdb
|
||||||
|
|
||||||
if PLATFORM_WIN32
|
if PLATFORM_WIN32
|
||||||
no_undefined = -no-undefined
|
no_undefined = -no-undefined
|
||||||
@ -519,3 +521,6 @@ if HAVE_GLIB_RUNTIME_LIBDIR
|
|||||||
rm -f $(DESTDIR)$(libdir)/libglib-2.0.so
|
rm -f $(DESTDIR)$(libdir)/libglib-2.0.so
|
||||||
ln -s $(GLIB_RUNTIME_LIBDIR)/libglib-2.0.so.0.$(LT_CURRENT).$(LT_REVISION) $(DESTDIR)$(libdir)/libglib-2.0.so
|
ln -s $(GLIB_RUNTIME_LIBDIR)/libglib-2.0.so.0.$(LT_CURRENT).$(LT_REVISION) $(DESTDIR)$(libdir)/libglib-2.0.so
|
||||||
endif
|
endif
|
||||||
|
|
||||||
|
uninstall-gdb:
|
||||||
|
-rm -r $(DESTDIR)$(datadir)/gdb
|
||||||
|
@ -232,6 +232,8 @@ EXTRA_DIST += \
|
|||||||
glib-mkenums.in \
|
glib-mkenums.in \
|
||||||
abicheck.sh
|
abicheck.sh
|
||||||
|
|
||||||
|
CLEANFILES += libgobject-gdb.py
|
||||||
|
|
||||||
BUILT_EXTRA_DIST = \
|
BUILT_EXTRA_DIST = \
|
||||||
makefile.msc \
|
makefile.msc \
|
||||||
gobject.rc
|
gobject.rc
|
||||||
|
Loading…
Reference in New Issue
Block a user