]> git.ipfire.org Git - people/ms/libloc.git/blobdiff - Makefile.am
python: Add Database class
[people/ms/libloc.git] / Makefile.am
index 4a6aacf91b6a99a99b01e3199ebd5866ed4f2a1e..30a7652095693f78e3f8ab41aef666423fa6710f 100644 (file)
@@ -82,7 +82,9 @@ pkgpyexec_LTLIBRARIES = \
        src/python/location.la
 
 src_python_location_la_SOURCES = \
-       src/python/locationmodule.c
+       src/python/locationmodule.c \
+       src/python/database.c \
+       src/python/database.h
 
 src_python_location_la_CFLAGS = \
        $(AM_CFLAGS) \