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

Contents of /trunk/src/Makefile.am

Parent Directory Parent Directory | Revision Log Revision Log


Revision 12 - (show annotations)
Fri Apr 7 10:46:41 2006 UTC (19 years, 1 month ago) by twoaday
File size: 428 byte(s)


1
2 bin_PROGRAMS = gpgoe
3
4 EXEEXT = .dll
5
6 AM_CFLAGS = $(GPGME_CFLAGS) -shared
7
8 gpgoe_SOURCES = GPGOE.c GPGOE.h \
9 GPGOE.def \
10 resource.rc resource.h \
11 OECrypto.c \
12 OEDlgEncrypt.c \
13 OEDlgVerify.c \
14 OEDlgViewer.c \
15 OEMisc.c \
16 OEPassphraseCBDlg.c \
17 OEProc.c \
18 OENLS.c
19
20 gpgoe_LDADD = GPGOE.def $(GPGME_LIBS) -lkernel32 -ladvapi32
21
22 resource.o: resource.rc resource.h
23
24 .rc.o:
25 $(WINDRES) `test -f '$<' || echo '$(srcdir)/'`$< $@

[email protected]
ViewVC Help
Powered by ViewVC 1.1.26