gdk-pixbuf/Makefile.am gdk/Makefile.am gdk/win32/Makefile.am Fixes for

2007-01-18  Tor Lillqvist  <tml@novell.com>

	* gdk-pixbuf/Makefile.am
	* gdk/Makefile.am
	* gdk/win32/Makefile.am
	* gtk/Makefile.am: Fixes for building outside srcdir on
	Win32. (#336819, #340113) Drop distributing the handmade .la
	libtool wrapper for the wntab32x library. It's too much trouble
	making it work when building outside srcdir. Just link to the
	library direcly using -Wl,win32/libwntab32x.a.


svn path=/trunk/; revision=17185
This commit is contained in:
Tor Lillqvist
2007-01-19 00:06:01 +00:00
committed by Tor Lillqvist
parent 42debff10d
commit f1ce05caa9
5 changed files with 27 additions and 17 deletions

View File

@ -16,9 +16,9 @@ INCLUDES = \
LDADDS = $(GDK_DEP_LIBS)
if HAVE_WINTAB
libwntab32x_a = .libs/libwntab32x.a
libwntab32x_a = libwntab32x.a
.libs/libwntab32x.a: $(WINTAB_LIB)
libwntab32x.a: $(WINTAB_LIB)
cp $< $@
endif
@ -30,8 +30,7 @@ SUBDIRS=rc
EXTRA_DIST = \
bdfcursor.c \
makefile.msc \
libwntab32x.la
makefile.msc
libgdk_win32_la_SOURCES = \
xcursors.h \