/[gpgoe]/trunk/src/Makefile.am
ViewVC logotype

Diff of /trunk/src/Makefile.am

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 3 by twoaday, Fri Mar 24 22:46:53 2006 UTC revision 4 by twoaday, Sat Mar 25 09:02:36 2006 UTC
# Line 3  bin_PROGRAMS = gpgoe Line 3  bin_PROGRAMS = gpgoe
3    
4  EXEEXT = .dll  EXEEXT = .dll
5    
6  AM_CFLAGS = -I. $(GPGME_CFLAGS) -shared  AM_CFLAGS = $(GPGME_CFLAGS) -shared
7    
8  gpgoe_SOURCES = GPGOE.c \  gpgoe_SOURCES = GPGOE.c GPGOE.h \
9          GPGOE.def \          GPGOE.def \
10          resource.rc \          resource.rc resource.h \
11          OECrypto.c \          OECrypto.c \
12          OEDlgEncrypt.c \          OEDlgEncrypt.c \
13          OEDlgVerify.c \          OEDlgVerify.c \
# Line 18  gpgoe_SOURCES = GPGOE.c \ Line 18  gpgoe_SOURCES = GPGOE.c \
18    
19  gpgoe_LDADD = GPGOE.def $(GPGME_LIBS) -lkernel32  gpgoe_LDADD = GPGOE.def $(GPGME_LIBS) -lkernel32
20    
21  resource.o: GPGOE.rc  resource.o: resource.rc resource.h
22    
23  .rc.o:  .rc.o:
24          $(WINDRES) `test -f '$<' || echo '$(srcdir)/'`$< $@          $(WINDRES) `test -f '$<' || echo '$(srcdir)/'`$< $@

Legend:
Removed from v.3  
changed lines
  Added in v.4

[email protected]
ViewVC Help
Powered by ViewVC 1.1.26