diff options
author | David Reiss <dreiss@apache.org> | 2008-06-11 01:14:38 +0000 |
---|---|---|
committer | David Reiss <dreiss@apache.org> | 2008-06-11 01:14:38 +0000 |
commit | f2e66c1cb79ec0c1e2a515668f15410a60140011 (patch) | |
tree | 4121a9668b3f640aa505b12597832cd8eb4bdb0a /lib/Makefile.am | |
parent | 52fe7a5bae19c23a71013d7c50958e93dc3879b4 (diff) | |
download | thrift-f2e66c1cb79ec0c1e2a515668f15410a60140011.tar.gz |
Remove all of the old Erlang stuff in preparation for renaming alterl.
git-svn-id: https://svn.apache.org/repos/asf/incubator/thrift/trunk@666480 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'lib/Makefile.am')
-rw-r--r-- | lib/Makefile.am | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/lib/Makefile.am b/lib/Makefile.am index 5d2e1fa0d..8cbb80f22 100644 --- a/lib/Makefile.am +++ b/lib/Makefile.am @@ -11,12 +11,11 @@ SUBDIRS += java endif if ENABLE_ERLANG -SUBDIRS += erl +SUBDIRS += alterl endif EXTRA_DIST = \ cocoa \ - erl \ hs \ ocaml \ perl \ |