From: Jelmer Vernooij Date: Tue, 17 Jun 2008 11:42:19 +0000 (+0200) Subject: Make sure events pc file gets installed. X-Git-Tag: samba-4.0.0alpha5~43 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e12c0b61573f27969a79d4c07a8fd42f6c931d7e;p=thirdparty%2Fsamba.git Make sure events pc file gets installed. --- diff --git a/source/configure.ac b/source/configure.ac index 8ec6022d698..7f4b4d01f8c 100644 --- a/source/configure.ac +++ b/source/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/source/lib/events/config.mk b/source/lib/events/config.mk index 8ba5af91a8d..db70830295d 100644 --- a/source/lib/events/config.mk +++ b/source/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