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 /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 'Makefile.am')
-rw-r--r-- | Makefile.am | 10 |
1 files changed, 1 insertions, 9 deletions
diff --git a/Makefile.am b/Makefile.am index e65c9ec62..36518c7c4 100644 --- a/Makefile.am +++ b/Makefile.am @@ -24,9 +24,7 @@ EXTRA_DIST = \ gwin32.c \ config.h.win32 \ build-dll \ - glib.rc \ - gmodule.rc \ - gthread.rc + glib.rc lib_LTLIBRARIES = libglib.la @@ -109,12 +107,6 @@ makefile.cygwin: $(top_builddir)/config.status $(top_srcdir)/makefile.cygwin.in glib.rc: $(top_builddir)/config.status $(top_srcdir)/glib.rc.in cd $(top_builddir) && CONFIG_FILES=$@ CONFIG_HEADERS= $(SHELL) ./config.status -gmodule.rc: $(top_builddir)/config.status $(top_srcdir)/gmodule.rc.in - cd $(top_builddir) && CONFIG_FILES=$@ CONFIG_HEADERS= $(SHELL) ./config.status - -gthread.rc: $(top_builddir)/config.status $(top_srcdir)/gthread.rc.in - cd $(top_builddir) && CONFIG_FILES=$@ CONFIG_HEADERS= $(SHELL) ./config.status - .PHONY: files release sanity snapshot files: |