summaryrefslogtreecommitdiff
path: root/source4/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
commit8495d17c1a97489a75b777d79e69f9680267fd28 (patch)
tree3debd2cfbdb59e36c128ac1972130894715b34de /source4/librpc/dcerpc_atsvc.pc.in
parent753824e9cfcbba51a2157eb75cc9ff9b287028fa (diff)
downloadsamba-8495d17c1a97489a75b777d79e69f9680267fd28.tar.gz
samba-8495d17c1a97489a75b777d79e69f9680267fd28.tar.bz2
samba-8495d17c1a97489a75b777d79e69f9680267fd28.zip
Fix installation of dcerpc_atsvc and registry as required by samba-gtk.
(This used to be commit 64a6887ecddc1599bde5dcb06d0b74ffea1def0c)
Diffstat (limited to 'source4/librpc/dcerpc_atsvc.pc.in')
-rw-r--r--source4/librpc/dcerpc_atsvc.pc.in11
1 files changed, 11 insertions, 0 deletions
diff --git a/source4/librpc/dcerpc_atsvc.pc.in b/source4/librpc/dcerpc_atsvc.pc.in
new file mode 100644
index 0000000000..c4102237d3
--- /dev/null
+++ b/source4/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