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/torture | |
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/torture')
-rw-r--r-- | source4/torture/torture.pc.in | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/source4/torture/torture.pc.in b/source4/torture/torture.pc.in deleted file mode 100644 index 6582816cb5..0000000000 --- a/source4/torture/torture.pc.in +++ /dev/null @@ -1,12 +0,0 @@ -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 |