Skip to content

Commit

Permalink
Removed non-distclean files from exmpp library dep. Will run configure
Browse files Browse the repository at this point in the history
script the first time make is called in zotonic root. Should fix the
failing exmpp build.
  • Loading branch information
Arjan Scherpenisse committed Feb 8, 2010
1 parent c09c86c commit 883cdea
Show file tree
Hide file tree
Showing 24 changed files with 1 addition and 16,949 deletions.
2 changes: 1 addition & 1 deletion Makefile
Expand Up @@ -23,7 +23,7 @@ erlang-oauth:
(cd deps/erlang-oauth; make)

exmpp:
(cd deps/exmpp; make)
(cd deps/exmpp; test -f Makefile || ./configure --disable-documentation; make)

docs:
@erl -noshell -run edoc_run application '$(APP)' '"."' '[]'
Expand Down

0 comments on commit 883cdea

Please sign in to comment.