diff options
author | Andrew Tridgell <tridge@samba.org> | 2010-08-09 10:45:46 +1000 |
---|---|---|
committer | Andrew Tridgell <tridge@samba.org> | 2010-08-09 12:27:23 +1000 |
commit | 56db40d5fd7b60361664d964fb92f687ac2ca3ce (patch) | |
tree | 365b8decaa4a58f99a8fed554eb74a93ce1dd825 /source4/param | |
parent | ebd4ea733811a4e37bc7231bf2aa8fd5612ffb02 (diff) | |
download | samba-56db40d5fd7b60361664d964fb92f687ac2ca3ce.tar.gz samba-56db40d5fd7b60361664d964fb92f687ac2ca3ce.tar.bz2 samba-56db40d5fd7b60361664d964fb92f687ac2ca3ce.zip |
s4-build: use @PACKAGE_VERSION@ in s4 pc.in files
this gets replaced by vnum from the build rule
Diffstat (limited to 'source4/param')
-rw-r--r-- | source4/param/samba-hostconfig.pc.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source4/param/samba-hostconfig.pc.in b/source4/param/samba-hostconfig.pc.in index b8ba24096d..7a6072c926 100644 --- a/source4/param/samba-hostconfig.pc.in +++ b/source4/param/samba-hostconfig.pc.in @@ -5,6 +5,6 @@ includedir=@includedir@ Name: samba-hostconfig Description: Host-wide Samba configuration -Version: 0.0.1 +Version: @PACKAGE_VERSION@ Libs: -L${libdir} -lsamba-hostconfig Cflags: -I${includedir} -DHAVE_IMMEDIATE_STRUCTURES=1 |