mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2024-12-24 22:46:15 +01:00
build: Add missing subprojects/ to archive. Fixes #1295
This commit is contained in:
parent
ef4d960d2c
commit
e8e9dbe843
@ -6,7 +6,7 @@ include $(top_srcdir)/glib.mk
|
||||
|
||||
ACLOCAL_AMFLAGS = -I m4macros ${ACLOCAL_FLAGS}
|
||||
|
||||
SUBDIRS = . m4macros glib gmodule gthread gobject gio po docs tests
|
||||
SUBDIRS = . m4macros glib gmodule gthread gobject gio po docs tests subprojects
|
||||
DIST_SUBDIRS = $(SUBDIRS) build win32
|
||||
|
||||
bin_SCRIPTS = glib-gettextize
|
||||
|
@ -3615,6 +3615,7 @@ tests/Makefile
|
||||
tests/gobject/Makefile
|
||||
tests/refcount/Makefile
|
||||
m4macros/Makefile
|
||||
subprojects/Makefile
|
||||
])
|
||||
|
||||
# We need this command because the configure script will not preserve
|
||||
|
5
subprojects/Makefile.am
Normal file
5
subprojects/Makefile.am
Normal file
@ -0,0 +1,5 @@
|
||||
EXTRA_DIST = \
|
||||
libffi.wrap \
|
||||
proxy-libintl.wrap \
|
||||
zlib.wrap \
|
||||
$(NULL)
|
Loading…
Reference in New Issue
Block a user