%% The compilation of an ASN1 file is often done in two steps
{'src/ELDAPv3.asn',     [ber_bin, nobj, {outdir, "include"}]}.
{'include/ELDAPv3.erl', [{outdir, "ebin"}]}.

%% Compilation of the other modules
{'src/ldap_proxy_app.erl',      [{outdir, "ebin"}]}.
{'src/ldap_proxy_sup.erl',      [{outdir, "ebin"}]}.
{'src/ldap_accept_fsm.erl',     [{outdir, "ebin"}]}.
{'src/ldap_connections_sup.erl', [{outdir, "ebin"}]}.
{'src/ldap_connection_srv.erl',  [{outdir, "ebin"},{i,"include"}]}.
{'src/ldap_proxy_config.erl',   [{outdir, "ebin"}]}.
{'src/ldap_handler_file.erl',   [{outdir, "ebin"}]}.
