1## Process this file with automake to produce Makefile.in
2
3AM_CPPFLAGS = -I$(top_srcdir)
4
5bin_PROGRAMS = \
6	dircproxy-crypt
7
8dircproxy_crypt_SOURCES = \
9	main.c
10
11dircproxy_crypt_LDADD = \
12	../getopt/libgetopt.a
13