mirror of
https://github.com/samba-team/samba.git
synced 2025-03-27 22:50:26 +03:00
Move ndr pkg-config file to top-level.
This commit is contained in:
parent
42f0172fe2
commit
d940012dc8
@ -31,7 +31,7 @@ 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(../librpc/ndr.pc)
|
||||
AC_CONFIG_FILES(lib/torture/torture.pc)
|
||||
AC_CONFIG_FILES(auth/gensec/gensec.pc)
|
||||
AC_CONFIG_FILES(param/samba-hostconfig.pc)
|
||||
|
@ -12,7 +12,7 @@ LIBNDR_OBJ_FILES = $(addprefix $(ndrsrcdir)/, ndr_string.o) ../librpc/ndr/ndr_ba
|
||||
|
||||
$(eval $(call proto_header_template,$(ndrsrcdir)/libndr_proto.h,$(LIBNDR_OBJ_FILES:.o=.c)))
|
||||
|
||||
PC_FILES += $(librpcsrcdir)/ndr.pc
|
||||
PC_FILES += ../librpc/ndr.pc
|
||||
LIBNDR_VERSION = 0.0.1
|
||||
LIBNDR_SOVERSION = 0
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user