]> git.ipfire.org Git - ipfire.org.git/blobdiff - Makefile.am
lists: Implement some basic code to talk to Mailman
[ipfire.org.git] / Makefile.am
index 1ed1a4983f29af37f403159e80cd2f567c43f353..92e494ad156357f1b463428e169984df4b66b332 100644 (file)
@@ -62,6 +62,7 @@ backend_PYTHON = \
        src/backend/httpclient.py \
        src/backend/hwdata.py \
        src/backend/iuse.py \
+       src/backend/lists.py \
        src/backend/messages.py \
        src/backend/mirrors.py \
        src/backend/misc.py \
@@ -92,6 +93,7 @@ web_PYTHON = \
        src/web/fireinfo.py \
        src/web/handlers.py \
        src/web/iuse.py \
+       src/web/lists.py \
        src/web/location.py \
        src/web/nopaste.py \
        src/web/ui_modules.py \
@@ -256,6 +258,11 @@ templates_location_DATA = \
 
 templates_locationdir = $(templatesdir)/location
 
+templates_lists_DATA = \
+       src/templates/lists/index.html
+
+templates_listsdir = $(templatesdir)/lists
+
 templates_messages_DATA = \
        src/templates/messages/base.html \
        src/templates/messages/base-promo.html \