diff options
author | Stefan Metzmacher <metze@samba.org> | 2009-01-04 17:58:56 +0100 |
---|---|---|
committer | Stefan Metzmacher <metze@samba.org> | 2009-01-04 18:57:18 +0100 |
commit | 033428d7da12a6ddc741aa6c70c65eca57b6d182 (patch) | |
tree | 2e248bbf036abebe86bee8524007034785bc0746 /source4/ntvfs/posix/config.mk | |
parent | f9cb82d547ec6fd05c8c5196016ed8f33dc8b300 (diff) | |
download | samba-033428d7da12a6ddc741aa6c70c65eca57b6d182.tar.gz samba-033428d7da12a6ddc741aa6c70c65eca57b6d182.tar.bz2 samba-033428d7da12a6ddc741aa6c70c65eca57b6d182.zip |
tevent: move samba4 stuff from libtevent.m4 to samba.m4
metze
Diffstat (limited to 'source4/ntvfs/posix/config.mk')
-rw-r--r-- | source4/ntvfs/posix/config.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source4/ntvfs/posix/config.mk b/source4/ntvfs/posix/config.mk index ec1cdf3659..1d7949214a 100644 --- a/source4/ntvfs/posix/config.mk +++ b/source4/ntvfs/posix/config.mk @@ -29,7 +29,7 @@ pvfs_acl_nfs4_OBJ_FILES = $(ntvfssrcdir)/posix/pvfs_acl_nfs4.o ################################################ [SUBSYSTEM::pvfs_aio] -PRIVATE_DEPENDENCIES = LIBTEVENT LIBAIO_LINUX +PRIVATE_DEPENDENCIES = LIBTEVENT LIBTEVENT_EXT ################################################ pvfs_aio_OBJ_FILES = $(ntvfssrcdir)/posix/pvfs_aio.o |