1
0
mirror of https://github.com/samba-team/samba.git synced 2025-01-13 13:18:06 +03:00

librpc: Fix path to ndr_standard pc file.

This commit is contained in:
Jelmer Vernooij 2009-09-27 16:43:01 +02:00
parent 95fafa9d83
commit c526a77896

View File

@ -329,7 +329,7 @@ NDR_STANDARD_OBJ_FILES = ../librpc/gen_ndr/ndr_echo.o \
../librpc/gen_ndr/ndr_eventlog.o \
../librpc/gen_ndr/ndr_ntsvcs.o
PC_FILES += $(librpcsrcdir)/ndr_standard.pc
PC_FILES += ../librpc/ndr_standard.pc
PUBLIC_HEADERS += $(addprefix ../librpc/gen_ndr/, samr.h ndr_samr.h lsa.h netlogon.h atsvc.h ndr_atsvc.h ndr_svcctl.h svcctl.h)