2007-07-12 Marcus Brinkmann <marcus@g10code.de>
* Makefile.am: Replace implicite rule by suffix rule. Add SUFFIXES for that.
This commit is contained in:
parent
1ef14744a2
commit
f401a75a5f
@ -1,3 +1,8 @@
|
||||
2007-07-12 Marcus Brinkmann <marcus@g10code.de>
|
||||
|
||||
* Makefile.am: Replace implicite rule by suffix rule. Add
|
||||
SUFFIXES for that.
|
||||
|
||||
2007-07-12 Werner Koch <wk@g10code.com>
|
||||
|
||||
* version.c (do_subsystem_inits) [W32]: Make sure that the socket
|
||||
|
@ -1,4 +1,4 @@
|
||||
# Copyright (C) 2000 Werner Koch (dd9jn)
|
||||
# Copyright (C) 2000 Werner Koch (dd9jn)
|
||||
# Copyright (C) 2001, 2002, 2003, 2004, 2005 g10 Code GmbH
|
||||
#
|
||||
# This file is part of GPGME.
|
||||
@ -118,7 +118,9 @@ LTRCCOMPILE = $(LIBTOOL) --mode=compile $(RC) \
|
||||
`echo $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) | \
|
||||
sed -e 's/-I/--include-dir /g;s/-D/--define /g'`
|
||||
|
||||
%.lo : %.rc
|
||||
.SUFFIXES: .rc .lo
|
||||
|
||||
.rc.lo:
|
||||
$(LTRCCOMPILE) -i $< -o $@
|
||||
|
||||
gpgme_res = versioninfo.lo
|
||||
|
Loading…
Reference in New Issue
Block a user