mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2024-12-26 15:36:14 +01:00
Fix distclean
This commit is contained in:
parent
a6bafde5f2
commit
e6713ec810
@ -628,7 +628,7 @@ BUILT_EXTRA_DIST = \
|
||||
gio-public-headers.txt: Makefile
|
||||
echo $(gioinclude_HEADERS) $(giowin32include_HEADERS) $(giounixinclude_HEADERS) > $@.tmp && mv $@.tmp $@
|
||||
|
||||
CLEANFILES = gio-public-headers.txt
|
||||
CLEANFILES = gio-public-headers.txt gconstructor_as_data.h
|
||||
|
||||
all-local: gio-public-headers.txt
|
||||
|
||||
@ -667,7 +667,7 @@ gio_querymodules_LDADD = \
|
||||
$(NULL)
|
||||
|
||||
gconstructor_as_data.h: $(top_srcdir)/glib/gconstructor.h data-to-c$(EXEEXT)
|
||||
$(builddir)/data-to-c $(top_srcdir)/glib/gconstructor.h gconstructor_code > gconstructor_as_data.h
|
||||
$(AM_V_GEN) $(builddir)/data-to-c $(top_srcdir)/glib/gconstructor.h gconstructor_code > $@
|
||||
|
||||
glib_compile_schemas_LDADD = $(top_builddir)/glib/libglib-2.0.la
|
||||
glib_compile_schemas_SOURCES = \
|
||||
|
@ -607,7 +607,7 @@ libresourceplugin_la_SOURCES = resourceplugin.c plugin_resources.c
|
||||
libresourceplugin_la_LDFLAGS = -avoid-version -module $(no_undefined) -rpath $(libdir)
|
||||
libresourceplugin_la_LIBADD = $(progs_ldadd)
|
||||
|
||||
CLEANFILES = gdbus-test-codegen-generated.[ch] gdbus-test-codegen-generated-doc-*.xml
|
||||
CLEANFILES = gdbus-test-codegen-generated.[ch] gdbus-test-codegen-generated-doc-*.xml test_resources2.[ch] plugin_resources.c
|
||||
|
||||
DISTCLEANFILES = \
|
||||
applications/mimeinfo.cache \
|
||||
|
Loading…
Reference in New Issue
Block a user