diff options
author | Matthias Clasen <maclas@gmx.de> | 2004-02-03 01:30:16 +0000 |
---|---|---|
committer | Matthias Clasen <matthiasc@src.gnome.org> | 2004-02-03 01:30:16 +0000 |
commit | 45b99a9ceece6020291710bf8ebc09aa8cca383f (patch) | |
tree | b453259f03f9c951a5c70daddc073de7078a5740 /gtk/Makefile.am | |
parent | 362158dc785486a6c3345081fad492b4aad745e2 (diff) | |
download | gtk+-45b99a9ceece6020291710bf8ebc09aa8cca383f.tar.gz |
Build filesystemwin32.c if OS_WIN32.
Tue Feb 3 02:32:52 2004 Matthias Clasen <maclas@gmx.de>
* gtk/Makefile.am: Build filesystemwin32.c if OS_WIN32.
Diffstat (limited to 'gtk/Makefile.am')
-rw-r--r-- | gtk/Makefile.am | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/gtk/Makefile.am b/gtk/Makefile.am index 8d630be488..dbb9777f63 100644 --- a/gtk/Makefile.am +++ b/gtk/Makefile.am @@ -493,6 +493,11 @@ gtk_private_h_sources += gtkfilesystemunix.h gtk_c_sources += gtkfilesystemunix.c endif +if OS_WIN32 +gtk_private_h_sources += gtkfilesystemwin32.h +gtk_c_sources += gtkfilesystemwin32.c +endif + gtk_plug_c_sources = \ gtkplug.c \ gtksocket.c \ |