]> git.ipfire.org Git - people/ms/libloc.git/blobdiff - Makefile.am
python: Implement setting description to the writer
[people/ms/libloc.git] / Makefile.am
index ea82663e0a03e93c7bea83075013c6c055d1ee91..d32821f67873dce19bee28ac228b9a107da431ad 100644 (file)
@@ -85,10 +85,13 @@ pkgpyexec_LTLIBRARIES = \
 
 src_python_location_la_SOURCES = \
        src/python/locationmodule.c \
+       src/python/locationmodule.h \
        src/python/as.c \
        src/python/as.h \
        src/python/database.c \
-       src/python/database.h
+       src/python/database.h \
+       src/python/writer.c \
+       src/python/writer.h
 
 src_python_location_la_CFLAGS = \
        $(AM_CFLAGS) \