~mrooney/ecryptfs/nautilus-integration

« back to all changes in this revision

Viewing changes to src/daemon/Makefile.am

  • Committer: mhalcrow@us.ibm.com
  • Date: 2007-11-06 22:56:01 UTC
  • Revision ID: git-v1:f8357de9d554b274497b5cce9db4347254b7e7eb
Initial import of eCryptfs filesystem userspace utilities (mount helper, daemon component,
etc.)

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
bin_PROGRAMS=ecryptfsd
 
2
 
 
3
ecryptfsd_SOURCES = main.c
 
4
ecryptfsd_CFLAGS = $(AM_CFLAGS) $(LIBGCRYPT_CFLAGS) $(KEYUTILS_CFLAGS)
 
5
ecryptfsd_LDADD = $(top_srcdir)/src/libecryptfs/libecryptfs.la $(KEYUTILS_LIBS) $(LIBGCRYPT_LIBS)