Skip to content
This repository has been archived by the owner on Aug 9, 2018. It is now read-only.

Commit

Permalink
adjust dir structure
Browse files Browse the repository at this point in the history
  • Loading branch information
davies committed Feb 23, 2012
1 parent 7ed097e commit a9d5cb4
Show file tree
Hide file tree
Showing 38 changed files with 2 additions and 611 deletions.
4 changes: 2 additions & 2 deletions Makefile.am
@@ -1,9 +1,9 @@
bin_PROGRAMS = beansdb
beansdb_SOURCES = beansdb.c item.c fnv1a.h beansdb.h thread.c htree.h htree.c hint.h hint.c record.h record.c codec.h codec.c bitcask.h bitcask.c hstore.h hstore.c quicklz.h quicklz.c diskmgr.h diskmgr.c
beansdb_SOURCES = src/beansdb.c src/item.c src/fnv1a.h src/beansdb.h src/thread.c src/htree.h src/htree.c src/hint.h src/hint.c src/record.h src/record.c src/codec.h src/codec.c src/bitcask.h src/bitcask.c src/hstore.h src/hstore.c src/quicklz.h src/quicklz.c src/diskmgr.h src/diskmgr.c
beansdb_CPPFLAGS = -DNDEBUG

SUBDIRS = doc
EXTRA_DIST = python crc32.c clock_gettime_stub.c ae_epoll.c ae_kqueue.c ae_select.c CREDITS AUTHORS LICENSE
EXTRA_DIST = python src/crc32.c src/clock_gettime_stub.c src/ae_epoll.c src/ae_kqueue.c src/ae_select.c CREDITS AUTHORS LICENSE

dist-hook:
rm -rf $(distdir)/*/.svn/
File renamed without changes.
157 changes: 0 additions & 157 deletions python/dbserver.py

This file was deleted.

16 changes: 0 additions & 16 deletions python/setup.py

This file was deleted.

36 changes: 0 additions & 36 deletions python/status.py

This file was deleted.

0 comments on commit a9d5cb4

Please sign in to comment.