mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-02-03 01:36:17 +01:00
Fix distcheck
This commit is contained in:
parent
b055c82815
commit
c23122b5e9
@ -27,6 +27,6 @@ create_vcxproj:
|
|||||||
done
|
done
|
||||||
|
|
||||||
copy_filters:
|
copy_filters:
|
||||||
cp $(top_builddir)/build/win32/vs10/*.vcxproj.filters $(top_builddir)/build/win32/vs11/
|
cp $(top_srcdir)/build/win32/vs10/*.vcxproj.filters $(top_builddir)/build/win32/vs11/
|
||||||
|
|
||||||
|
|
||||||
|
@ -30,7 +30,8 @@ EXTRA_DIST = \
|
|||||||
gresource.vcxproj.filters \
|
gresource.vcxproj.filters \
|
||||||
install.vcxproj
|
install.vcxproj
|
||||||
|
|
||||||
|
DISTCLEANFILES = $(EXTRA_DIST)
|
||||||
|
|
||||||
MSVC_SLN = glib
|
MSVC_SLN = glib
|
||||||
|
|
||||||
include $(top_srcdir)/build/Makefile-newvs.am
|
include $(top_srcdir)/build/Makefile-newvs.am
|
||||||
|
|
||||||
|
@ -670,6 +670,11 @@ gio-public-headers.txt: Makefile
|
|||||||
|
|
||||||
CLEANFILES = gdbus-daemon-generated.c gdbus-daemon-generated.h gio-public-headers.txt gconstructor_as_data.h
|
CLEANFILES = gdbus-daemon-generated.c gdbus-daemon-generated.h gio-public-headers.txt gconstructor_as_data.h
|
||||||
|
|
||||||
|
|
||||||
|
DISTCLEANFILES = \
|
||||||
|
gioenumtypes.h \
|
||||||
|
gioenumtypes.c
|
||||||
|
|
||||||
all-local: gio-public-headers.txt
|
all-local: gio-public-headers.txt
|
||||||
|
|
||||||
gioenumtypes.h: $(gio_headers) gioenumtypes.h.template
|
gioenumtypes.h: $(gio_headers) gioenumtypes.h.template
|
||||||
|
Loading…
Reference in New Issue
Block a user