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:
committed by
Tor Lillqvist
parent
42debff10d
commit
f1ce05caa9
@ -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 \
|
||||
|
||||
Reference in New Issue
Block a user