diff options
author | Tor Lillqvist <tml@iki.fi> | 2000-02-07 21:22:30 +0000 |
---|---|---|
committer | Tor Lillqvist <tml@src.gnome.org> | 2000-02-07 21:22:30 +0000 |
commit | 726b3de4541805ade9b6de72565f0f67d11057ea (patch) | |
tree | a1e564c30f30b35b8dc224e94e5a7b657a0374b9 /gmodule/Makefile.am | |
parent | 2701653ce5599c0bcb2655f5c249da0eb61ead81 (diff) |
Move to corresponding subdirectories.
2000-02-07 Tor Lillqvist <tml@iki.fi>
* gmodule.rc.in gthread.rc.in: Move to corresponding subdirectories.
* Makefile.am
* gmodule/Makefile.am
* gthread/Makefile.am: Change accordingly.
* makefile.cygwin: Corresponding changes, some cleanup.
Diffstat (limited to 'gmodule/Makefile.am')
-rw-r--r-- | gmodule/Makefile.am | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/gmodule/Makefile.am b/gmodule/Makefile.am index 33e2104c7..378fc4375 100644 --- a/gmodule/Makefile.am +++ b/gmodule/Makefile.am @@ -11,7 +11,8 @@ EXTRA_DIST = \ gmodule-os2.c \ gmodule-win32.c \ gmodule-beos.c \ - gmoduleconf.h.win32 + gmoduleconf.h.win32 \ + gmodule.rc BUILT_SOURCES = gmoduleconf.h gmoduleconf.h: gmoduleconf.h.in @@ -48,6 +49,9 @@ noinst_PROGRAMS = testgmodule 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 + .PHONY: files release files: |