From f41b9a9dde0dcad17e3a137537548f9bd9ab3901 Mon Sep 17 00:00:00 2001 From: Jelmer Vernooij Date: Tue, 1 Apr 2008 15:08:30 +0200 Subject: Rename libsamba-config to libsamba-hostconfig. (This used to be commit c46b7e90e347da76156ddcae4866adb88e9fec21) --- source4/param/samba-hostconfig.pc.in | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 source4/param/samba-hostconfig.pc.in (limited to 'source4/param/samba-hostconfig.pc.in') diff --git a/source4/param/samba-hostconfig.pc.in b/source4/param/samba-hostconfig.pc.in new file mode 100644 index 0000000000..b8ba24096d --- /dev/null +++ b/source4/param/samba-hostconfig.pc.in @@ -0,0 +1,10 @@ +prefix=@prefix@ +exec_prefix=@exec_prefix@ +libdir=@libdir@ +includedir=@includedir@ + +Name: samba-hostconfig +Description: Host-wide Samba configuration +Version: 0.0.1 +Libs: -L${libdir} -lsamba-hostconfig +Cflags: -I${includedir} -DHAVE_IMMEDIATE_STRUCTURES=1 -- cgit