]> git.ipfire.org Git - people/ms/libloc.git/blobdiff - Makefile.am
python: Implement Network class
[people/ms/libloc.git] / Makefile.am
index ea82663e0a03e93c7bea83075013c6c055d1ee91..2fa01f90451406bd746bf4565229db3b12942455 100644 (file)
@@ -85,10 +85,15 @@ 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/network.c \
+       src/python/network.h \
+       src/python/writer.c \
+       src/python/writer.h
 
 src_python_location_la_CFLAGS = \
        $(AM_CFLAGS) \