Implemented "mark all as read".
[straw.git] / straw / storage / Makefile.am
blob3537a251c4eb839b806bbb99aff512e3b8db0389
1 straw_storagedir = $(pythondir)/straw/storage
2 straw_storage_PYTHON = \
3         __init__.py \
4         SQLiteDAO.py \
5         SQLiteStorage.py        
7 MAINTAINERCLEANFILES = Makefile.in
9 uninstall-hook:
10         -rmdir $(straw_storagedir)