mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-09-27 17:52:58 +02:00
Added various win32 related *.in files to EXTRA_DIST to let 'make
2000-03-24 Sebastian Wilhelmi <wilhelmi@ira.uka.de> * Makefile.am, gthread/Makefile.am, gmodule/Makefile.am, tests/Makefile.am: Added various win32 related *.in files to EXTRA_DIST to let 'make distcheck' procude all the corresponding files, which it silently fails to do currently.
This commit is contained in:
committed by
Sebastian Wilhelmi
parent
ac4abbba3e
commit
7cd50026f1
@@ -12,7 +12,8 @@ EXTRA_DIST = \
|
||||
gmodule-win32.c \
|
||||
gmodule-beos.c \
|
||||
gmoduleconf.h.win32 \
|
||||
gmodule.rc
|
||||
gmodule.rc \
|
||||
gmodule.rc.in
|
||||
|
||||
BUILT_SOURCES = gmoduleconf.h
|
||||
gmoduleconf.h: gmoduleconf.h.in
|
||||
@@ -50,7 +51,7 @@ testgmodule_LDFLAGS += @G_MODULE_LDFLAGS@
|
||||
testgmodule_LDADD = libgmodule.la $(libglib) @G_MODULE_LIBS@
|
||||
|
||||
gmodule.rc: $(top_builddir)/config.status $(top_srcdir)/gmodule/gmodule.rc.in
|
||||
cd $(top_builddir) && CONFIG_FILES=$@ CONFIG_HEADERS= $(SHELL) ./config.status
|
||||
cd $(top_builddir) && CONFIG_FILES=gmodule/$@ CONFIG_HEADERS= $(SHELL) ./config.status
|
||||
|
||||
.PHONY: files release
|
||||
|
||||
|
Reference in New Issue
Block a user