Index: branches/eam_branches/ipp-pstamp-20260421/pstamp/Makefile.am
===================================================================
--- branches/eam_branches/ipp-pstamp-20260421/pstamp/Makefile.am	(revision 42989)
+++ branches/eam_branches/ipp-pstamp-20260421/pstamp/Makefile.am	(revision 43045)
@@ -1,3 +1,3 @@
-SUBDIRS = src scripts
+SUBDIRS = src scripts web
 
 pkgconfigdir = $(libdir)/pkgconfig
@@ -8,2 +8,12 @@
 
 CLEANFILES = *~ core core.*
+
+cgi:
+	$(MAKE) -C web cgi
+
+install-cgi:
+	$(MAKE) -C web install-cgi
+
+uninstall-cgi:
+	$(MAKE) -C web uninstall-cgi
+
