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

Annotation of /trunk/src/Makefile.am

Parent Directory Parent Directory | Revision Log Revision Log


Revision 3 - (hide annotations)
Fri Mar 24 22:46:53 2006 UTC (19 years, 1 month ago) by twoaday
File size: 377 byte(s)
autoconf support.


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

[email protected]
ViewVC Help
Powered by ViewVC 1.1.26