aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGuido Günther <agx@sigxcpu.org>2011-06-02 13:50:43 +0200
committerGuido Günther <agx@sigxcpu.org>2011-06-02 13:54:58 +0200
commit703a329daae04fc5ab3a01b407a745003f0817b6 (patch)
treef239409da86378ac0a6b433016ebe934c407fc3c
parent24714b354d46226c7c195eca8cc97a297b0e363d (diff)
accounts.db was missing from python_DATA
-rw-r--r--src/ppm/Makefile.am1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/ppm/Makefile.am b/src/ppm/Makefile.am
index 7649cbb..a325efc 100644
--- a/src/ppm/Makefile.am
+++ b/src/ppm/Makefile.am
@@ -4,6 +4,7 @@ pythondir = $(pkgdatadir)/ppm/
python_DATA_IN = __init__.py.in
python_DATA = \
__init__.py \
+ accountdb.py \
modemproxy.py \
provider.py \
providerdb.py \