From d1a5acc22910f5136e159b5401e68f80852d3630 Mon Sep 17 00:00:00 2001 From: Monsta Date: Tue, 25 Aug 2015 16:36:48 +0300 Subject: drop support for win32 --- libmateweather/Makefile.am | 9 +-------- 1 file changed, 1 insertion(+), 8 deletions(-) (limited to 'libmateweather/Makefile.am') diff --git a/libmateweather/Makefile.am b/libmateweather/Makefile.am index b626bcf..b97a4f7 100644 --- a/libmateweather/Makefile.am +++ b/libmateweather/Makefile.am @@ -20,7 +20,7 @@ libmateweatherinc_HEADERS = \ $(mateweather_new_headers) \ mateweather-enum-types.h -noinst_HEADERS = weather-priv.h mateweather-win32.h +noinst_HEADERS = weather-priv.h libmateweather_la_SOURCES = \ weather.c weather.h weather-priv.h \ @@ -32,17 +32,10 @@ libmateweather_la_SOURCES = \ mateweather-xml.c mateweather-xml.h \ mateweather-location.c mateweather-location.h \ mateweather-timezone.c mateweather-timezone.h \ - mateweather-win32.h \ location-entry.c location-entry.h \ timezone-menu.c timezone-menu.h \ parser.c parser.h -if OS_WIN32 -libmateweather_la_SOURCES += mateweather-win32.c -else -EXTRA_libmateweather_la_SOURCES = mateweather-win32.c -endif - libmateweather_la_CPPFLAGS = \ $(AM_CPPFLAGS) \ $(LIBXML_CFLAGS) \ -- cgit v1.2.1