summaryrefslogtreecommitdiff
path: root/source4
diff options
context:
space:
mode:
authorJelmer Vernooij <jelmer@samba.org>2008-06-17 13:42:19 +0200
committerJelmer Vernooij <jelmer@samba.org>2008-06-17 13:42:19 +0200
commit8259cc592698942aa2c83564a3e2f1aa071d440e (patch)
tree01f1c26f1f2e2581c7efac30cd686267a0782411 /source4
parentc13e478ab82cf7f728bc470783cd29a9029e6134 (diff)
downloadsamba-8259cc592698942aa2c83564a3e2f1aa071d440e.tar.gz
samba-8259cc592698942aa2c83564a3e2f1aa071d440e.tar.bz2
samba-8259cc592698942aa2c83564a3e2f1aa071d440e.zip
Make sure events pc file gets installed.
(This used to be commit e12c0b61573f27969a79d4c07a8fd42f6c931d7e)
Diffstat (limited to 'source4')
-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 8ec6022d69..7f4b4d01f8 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 8ba5af91a8..db70830295 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