/pidgin/main: 14019726924d: cross-win32: fix out-of-tree build
Tomasz Wasilczyk
twasilczyk at pidgin.im
Fri Apr 25 06:59:25 EDT 2014
Changeset: 14019726924d6c5ecd08590b6cf0d6e6a5d4980f
Author: Tomasz Wasilczyk <twasilczyk at pidgin.im>
Date: 2014-04-25 12:59 +0200
Branch: default
URL: https://hg.pidgin.im/pidgin/main/rev/14019726924d
Description:
cross-win32: fix out-of-tree build
diffstat:
pidgin/Makefile.am | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diffs (12 lines):
diff --git a/pidgin/Makefile.am b/pidgin/Makefile.am
--- a/pidgin/Makefile.am
+++ b/pidgin/Makefile.am
@@ -167,7 +167,7 @@ libpidgin_la_headers += \
win32/wspell.h
.rc.o: %.rc
- $(AM_V_GEN)$(WINDRES) -i $< -o $@
+ $(AM_V_GEN)$(WINDRES) -I $(srcdir)/win32 -I $(srcdir) -i $< -o $@
LIBPIDGIN_WIN32RES = win32/pidgin_dll_rc.o
LIBPIDGIN_WIN32RES_LDFLAGS = -Wl,$(LIBPIDGIN_WIN32RES)
More information about the Commits
mailing list