summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--source4/configure.ac1
-rw-r--r--source4/lib/events/config.mk2
2 files changed, 3 insertions, 0 deletions
diff --git a/source4/configure.ac b/source4/configure.ac
index 8ec6022d698..7f4b4d01f8c 100644
--- a/source4/configure.ac
+++ b/source4/configure.ac
@@ -28,6 +28,7 @@ m4_include(nsswitch/nsstest.m4)
m4_include(pidl/config.m4)
AC_CONFIG_FILES(lib/registry/registry.pc)
+AC_CONFIG_FILES(lib/events/events.pc)
AC_CONFIG_FILES(librpc/dcerpc.pc)
AC_CONFIG_FILES(librpc/ndr.pc)
AC_CONFIG_FILES(lib/torture/torture.pc)
diff --git a/source4/lib/events/config.mk b/source4/lib/events/config.mk
index 8ba5af91a8d..db70830295d 100644
--- a/source4/lib/events/config.mk
+++ b/source4/lib/events/config.mk
@@ -54,3 +54,5 @@ swig_events_OBJ_FILES = $(libeventssrcdir)/events_wrap.o
$(eval $(call python_py_module_template,samba/events.py,$(libeventssrcdir)/events.py))
$(swig_events_OBJ_FILES): CFLAGS+=$(CFLAG_NO_UNUSED_MACROS) $(CFLAG_NO_CAST_QUAL)
+
+PC_FILES += $(libeventssrcdir)/events.pc