diff options
Diffstat (limited to 'src/external')
-rw-r--r-- | src/external/libndr_nbt.m4 | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/external/libndr_nbt.m4 b/src/external/libndr_nbt.m4 new file mode 100644 index 00000000..d4d94f2d --- /dev/null +++ b/src/external/libndr_nbt.m4 @@ -0,0 +1,5 @@ +AC_SUBST(NDR_NBT_CFLAGS) +AC_SUBST(NDR_NBT_LIBS) + +PKG_CHECK_MODULES(NDR_NBT, ndr_nbt, , + AC_MSG_ERROR("Please install Samba 4 development libraries"))
\ No newline at end of file |