diff options
author | Matthias Clasen <mclasen@redhat.com> | 2017-03-13 12:30:56 -0400 |
---|---|---|
committer | Matthias Clasen <mclasen@redhat.com> | 2017-03-13 12:30:56 -0400 |
commit | 37f5feb1d2b70bb0101123f3bc4d8f8427848169 (patch) | |
tree | 64fe432542ff04e594d27b553e1dba51700d3b68 /gio | |
parent | 7a36df7b0177a4cd97546276ce85eb7d118a5543 (diff) | |
download | glib-37f5feb1d2b70bb0101123f3bc4d8f8427848169.tar.gz |
Fix distcheck2.51.5
Typo in the win32 source list...
Diffstat (limited to 'gio')
-rw-r--r-- | gio/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gio/Makefile.am b/gio/Makefile.am index 22d4fc197..df318ba7f 100644 --- a/gio/Makefile.am +++ b/gio/Makefile.am @@ -349,7 +349,7 @@ win32_more_sources_for_vcproj = \ if OS_WIN32 appinfo_sources += gwin32appinfo.c gwin32appinfo.h -contenttype_sources += contenttype-win32.c +contenttype_sources += gcontenttype-win32.c platform_libadd += -lshlwapi -lws2_32 -ldnsapi -liphlpapi win32_sources = $(win32_actual_sources) |