1 ## Process this file with automake to produce Makefile.in 2 # 3 # src/lib/datahandler/Makefile.am 4 # 5 # $Id$ 6 # 7 8 datahandlerdir = $(pythondir)/revelation/datahandler 9 datahandler_PYTHON = \ 10 __init__.py \ 11 base.py \ 12 csvfile.py \ 13 fpm.py \ 14 gpass.py \ 15 keepassxc.py \ 16 netrc.py \ 17 pwsafe.py \ 18 rvl.py \ 19 splashid.py \ 20 text.py \ 21 xhtml.py 22