diff options
author | Matthieu Herrb <matthieu@cvs.openbsd.org> | 2009-10-23 20:28:33 +0000 |
---|---|---|
committer | Matthieu Herrb <matthieu@cvs.openbsd.org> | 2009-10-23 20:28:33 +0000 |
commit | 44c2166e6d710384fd59b04c8189dd853b549fd9 (patch) | |
tree | b4fd32adb00fbec6bc83d2cec2944b5da9e65ea8 /app/smproxy/Makefile.in | |
parent | 6dcd8be205a2144cc1fd173432a8924212d5007a (diff) |
update to smproxy 1.0.3
Diffstat (limited to 'app/smproxy/Makefile.in')
-rw-r--r-- | app/smproxy/Makefile.in | 9 |
1 files changed, 7 insertions, 2 deletions
diff --git a/app/smproxy/Makefile.in b/app/smproxy/Makefile.in index aa4162f01..f53d226ce 100644 --- a/app/smproxy/Makefile.in +++ b/app/smproxy/Makefile.in @@ -169,8 +169,6 @@ SMPROXY_LIBS = @SMPROXY_LIBS@ STRIP = @STRIP@ VERSION = @VERSION@ ac_ct_CC = @ac_ct_CC@ -ac_ct_STRIP = @ac_ct_STRIP@ -ac_pt_PKG_CONFIG = @ac_pt_PKG_CONFIG@ am__fastdepCC_FALSE = @am__fastdepCC_FALSE@ am__fastdepCC_TRUE = @am__fastdepCC_TRUE@ am__include = @am__include@ @@ -185,23 +183,30 @@ build_cpu = @build_cpu@ build_os = @build_os@ build_vendor = @build_vendor@ datadir = @datadir@ +datarootdir = @datarootdir@ +docdir = @docdir@ +dvidir = @dvidir@ exec_prefix = @exec_prefix@ host = @host@ host_alias = @host_alias@ host_cpu = @host_cpu@ host_os = @host_os@ host_vendor = @host_vendor@ +htmldir = @htmldir@ includedir = @includedir@ infodir = @infodir@ install_sh = @install_sh@ libdir = @libdir@ libexecdir = @libexecdir@ +localedir = @localedir@ localstatedir = @localstatedir@ mandir = @mandir@ mkdir_p = @mkdir_p@ oldincludedir = @oldincludedir@ +pdfdir = @pdfdir@ prefix = @prefix@ program_transform_name = @program_transform_name@ +psdir = @psdir@ sbindir = @sbindir@ sharedstatedir = @sharedstatedir@ sysconfdir = @sysconfdir@ |