diff options
author | Tor Lillqvist <tml@iki.fi> | 1999-12-11 23:18:12 +0000 |
---|---|---|
committer | Tor Lillqvist <tml@src.gnome.org> | 1999-12-11 23:18:12 +0000 |
commit | 913cb7cd857b9a5627f311254b3f091b1c05a4ff (patch) | |
tree | 87b7d0f99de6142156cd795b4f5ab338aee429e5 /gdk/Makefile.am | |
parent | 9c00803e192d27f72660da07b0eeb39199d6f03f (diff) | |
download | gdk-pixbuf-913cb7cd857b9a5627f311254b3f091b1c05a4ff.tar.gz |
Distribute README.win32.
1999-12-11 Tor Lillqvist <tml@iki.fi>
* Makefile.am: Distribute README.win32.
* gdk/Makefile.am
* gdk/win32/Makefile.am: Distribute gdk/win32.
Diffstat (limited to 'gdk/Makefile.am')
-rw-r--r-- | gdk/Makefile.am | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/gdk/Makefile.am b/gdk/Makefile.am index 0cc2a72e4..f44ab4c5f 100644 --- a/gdk/Makefile.am +++ b/gdk/Makefile.am @@ -1,6 +1,9 @@ ## Makefile.am for gtk+/gdk -SUBDIRS=x11 +SUBDIRS=x11 win32 + +EXTRA_DIST = \ + gdkconfig.h.win32 INCLUDES = @STRIP_BEGIN@ \ -DG_LOG_DOMAIN=\"Gdk\" \ |