diff options
author | Jelmer Vernooij <jelmer@samba.org> | 2008-05-10 00:46:25 +0200 |
---|---|---|
committer | Jelmer Vernooij <jelmer@samba.org> | 2008-05-10 00:46:25 +0200 |
commit | d0096e90ba9d8aa6b339022bac194e57ae0a2b7a (patch) | |
tree | 0aeda94e72979ea3d190ff0c76be8d711c1a6640 /source4/lib | |
parent | ca6ac11b46a75bf02cf873c6aedb4f85af227168 (diff) | |
download | samba-d0096e90ba9d8aa6b339022bac194e57ae0a2b7a.tar.gz samba-d0096e90ba9d8aa6b339022bac194e57ae0a2b7a.tar.bz2 samba-d0096e90ba9d8aa6b339022bac194e57ae0a2b7a.zip |
Fix installation of pidl perl files, torture pc file.
(This used to be commit 32da606e3759026c2744f853cd8948333ed0579c)
Diffstat (limited to 'source4/lib')
-rw-r--r-- | source4/lib/torture/config.mk | 3 | ||||
-rw-r--r-- | source4/lib/torture/torture.pc.in | 12 |
2 files changed, 15 insertions, 0 deletions
diff --git a/source4/lib/torture/config.mk b/source4/lib/torture/config.mk index e981ee0c99..15c64786c5 100644 --- a/source4/lib/torture/config.mk +++ b/source4/lib/torture/config.mk @@ -5,6 +5,9 @@ PUBLIC_DEPENDENCIES = \ LIBSAMBA-UTIL \ LIBTALLOC +TORTURE_VERSION = 0.0.1 +TORTURE_SO_VERSION = 0 + PC_FILES += lib/torture/torture.pc torture_OBJ_FILES = $(addprefix lib/torture/, torture.o) diff --git a/source4/lib/torture/torture.pc.in b/source4/lib/torture/torture.pc.in new file mode 100644 index 0000000000..6582816cb5 --- /dev/null +++ b/source4/lib/torture/torture.pc.in @@ -0,0 +1,12 @@ +prefix=@prefix@ +exec_prefix=@exec_prefix@ +libdir=@libdir@ +includedir=@includedir@ +modulesdir=${prefix}/modules/torture + +Name: torture +Description: Samba torture (test) suite +Requires: talloc +Version: 0.0.1 +Libs: -L${libdir} -ltorture +Cflags: -I${includedir} -DHAVE_IMMEDIATE_STRUCTURES=1 |