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

r25097: Don't clutter users' CFLAGS with ldb cflags.

(This used to be commit e31614b5ea)
This commit is contained in:
Jelmer Vernooij 2007-09-11 17:57:37 +00:00 committed by Gerald (Jerry) Carter
parent 2bcf502f1a
commit 1ecae757c6

View File

@ -10,6 +10,6 @@ Version: @PACKAGE_VERSION@
Requires.private: tdb Requires.private: tdb
Requires: talloc Requires: talloc
Libs: -L${libdir} -lldb Libs: -L${libdir} -lldb
Cflags: -I${includedir} @CFLAGS@ Cflags: -I${includedir}
Modulesdir: ${modulesdir} Modulesdir: ${modulesdir}
URL: http://ldb.samba.org/ URL: http://ldb.samba.org/