Add gmodule-dyld.c

* Makefile.am (EXTRA_DIST): Add gmodule-dyld.c
This commit is contained in:
Dan Winship 2001-10-31 16:53:25 +00:00
parent eb1df47d71
commit 11153df029
2 changed files with 5 additions and 0 deletions

View File

@ -1,3 +1,7 @@
2001-10-30 Dan Winship <danw@ximian.com>
* Makefile.am (EXTRA_DIST): Add gmodule-dyld.c
2001-10-23 Tor Lillqvist <tml@iki.fi>
* Makefile.am: (Win32): If we have built the MSVC import library,

View File

@ -10,6 +10,7 @@ EXTRA_DIST = \
gmodule.def \
gmodule-dl.c \
gmodule-dld.c \
gmodule-dyld.c \
gmodule-os2.c \
gmodule-win32.c \
gmodule-beos.c \