Skip to content

Commit

Permalink
Fix .app file and create filter_lib directory
Browse files Browse the repository at this point in the history
  • Loading branch information
evanmiller committed Mar 15, 2011
1 parent 69c06cc commit 3aa6967
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions Emakefile
@@ -1,5 +1,6 @@
{"src/erlydtl/*", [debug_info, {outdir, "ebin"}]}.
{"src/erlydtl/i18n/*", [debug_info, {outdir, "ebin"}]}.
{"src/erlydtl/filter_lib/*", [debug_info, {outdir, "ebin"}]}.
{"src/tests/*", [debug_info, {outdir, "ebintest"}]}.
{"src/tests/i18n/*", [debug_info, {outdir, "ebintest"}]}.
{"src/demo/*", [debug_info, {outdir, "ebintest"}]}.
1 change: 1 addition & 0 deletions ebin/erlydtl.app
Expand Up @@ -14,6 +14,7 @@
erlydtl_parser,
erlydtl_runtime,
erlydtl_scanner,
erlydtl_slice,
erlydtl_unittests,
erlydtl_i18n,
i18n_manager,
Expand Down
File renamed without changes.
File renamed without changes.

0 comments on commit 3aa6967

Please sign in to comment.