summaryrefslogtreecommitdiffstats
path: root/source/librpc/dcerpc_atsvc.pc.in
diff options
context:
space:
mode:
authorJelmer Vernooij <jelmer@samba.org>2008-04-03 01:36:03 +0200
committerJelmer Vernooij <jelmer@samba.org>2008-04-03 01:36:03 +0200
commit64a6887ecddc1599bde5dcb06d0b74ffea1def0c (patch)
tree9e3123f80dcbaf2c33b1d8235b3295c66c17fa74 /source/librpc/dcerpc_atsvc.pc.in
parentfc50e78e2631e8253571bc236302e2859e4d1559 (diff)
downloadsamba-64a6887ecddc1599bde5dcb06d0b74ffea1def0c.tar.gz
samba-64a6887ecddc1599bde5dcb06d0b74ffea1def0c.tar.xz
samba-64a6887ecddc1599bde5dcb06d0b74ffea1def0c.zip
Fix installation of dcerpc_atsvc and registry as required by samba-gtk.
Diffstat (limited to 'source/librpc/dcerpc_atsvc.pc.in')
-rw-r--r--source/librpc/dcerpc_atsvc.pc.in11
1 files changed, 11 insertions, 0 deletions
diff --git a/source/librpc/dcerpc_atsvc.pc.in b/source/librpc/dcerpc_atsvc.pc.in
new file mode 100644
index 00000000000..c4102237d36
--- /dev/null
+++ b/source/librpc/dcerpc_atsvc.pc.in
@@ -0,0 +1,11 @@
+prefix=@prefix@
+exec_prefix=@exec_prefix@
+libdir=@libdir@
+includedir=@includedir@
+
+Name: dcerpc_samr
+Description: DCE/RPC client library - SAMR
+Requires.private: dcerpc ndr
+Version: 0.0.1
+Libs: -L${libdir} -ldcerpc_samr
+Cflags: -I${includedir} -DHAVE_IMMEDIATE_STRUCTURES=1