diff options
author | Tor Lillqvist <tml@iki.fi> | 2001-03-18 20:58:40 +0000 |
---|---|---|
committer | Tor Lillqvist <tml@src.gnome.org> | 2001-03-18 20:58:40 +0000 |
commit | 0c25b2476ba2a0ae8db01365e91e818c32e199fe (patch) | |
tree | df1642820ccee67c9a895b54084b325b44c229bf /pango/Makefile.am | |
parent | 157e3f5934e0b38404b011c264e1a0cfd06acce1 (diff) | |
download | pango-0c25b2476ba2a0ae8db01365e91e818c32e199fe.tar.gz |
pango/makefile.mingw.in Update.
2001-03-18 Tor Lillqvist <tml@iki.fi>
* pango/makefile.mingw.in
* pango/pango.def: Update.
* pango/module-defs-win32.c.win32: New file.
* pango/Makefile.am (EXTRA_DIST): Add here.
* pango/mini-fribidi/makefile.mingw: New file.
* pango/mini-fribidi/makefile.mingw (EXTRA_DIST): Add here.
Diffstat (limited to 'pango/Makefile.am')
-rw-r--r-- | pango/Makefile.am | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/pango/Makefile.am b/pango/Makefile.am index 17dc9c00..b81ada62 100644 --- a/pango/Makefile.am +++ b/pango/Makefile.am @@ -166,6 +166,7 @@ EXTRA_DIST = \ $(pango_built_headers) \ makeenums.pl \ module-defs-ft2.c.win32 \ + module-defs-win32.c.win32 \ module-defs.h \ pango.def \ pangowin32.def \ |