Skip to content

Instantly share code, notes, and snippets.

@fdmanana
Created August 19, 2010 20:31
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save fdmanana/538841 to your computer and use it in GitHub Desktop.
Save fdmanana/538841 to your computer and use it in GitHub Desktop.
fdmanana@fdmanana-mac ~/git/hub/couchdb (1.0.x)> git diff --cached src/couchdb/Makefile.am
diff --git a/src/couchdb/Makefile.am b/src/couchdb/Makefile.am
index 308a383..250ab39 100644
--- a/src/couchdb/Makefile.am
+++ b/src/couchdb/Makefile.am
@@ -27,6 +27,8 @@ CLEANFILES = $(compiled_files) $(doc_base)
# CLEANFILES = $(doc_modules) edoc-info
source_files = \
+ couch_apple_ds_auth.erl \
+ couch_apple_ds_cache.erl \
couch.erl \
couch_app.erl \
couch_auth_cache.erl \
@@ -85,6 +87,8 @@ EXTRA_DIST = $(source_files) couch_db.hrl couch_js_functions.hrl
compiled_files = \
couch.app \
+ couch_apple_ds_auth.beam \
+ couch_apple_ds_cache.beam \
couch.beam \
couch_app.beam \
couch_auth_cache.beam \
fdmanana@fdmanana-mac ~/git/hub/couchdb (1.0.x)>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment