diff options
author | Michael Biebl <biebl@debian.org> | 2011-02-24 18:08:03 +0100 |
---|---|---|
committer | Michael Biebl <biebl@debian.org> | 2011-02-24 18:08:03 +0100 |
commit | c35a3ded98e699e818747e9acfafda75a3e79e24 (patch) | |
tree | 96bede8060222c2abfab4f51315d9d0e8778e104 /tools/freebsd | |
parent | a97ae561891b3a7e78c0482b91c7c3f0d885100c (diff) | |
download | consolekit-c35a3ded98e699e818747e9acfafda75a3e79e24.tar.gz |
Imported Upstream version 0.4.4upstream/0.4.4
Diffstat (limited to 'tools/freebsd')
-rw-r--r-- | tools/freebsd/Makefile.in | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/tools/freebsd/Makefile.in b/tools/freebsd/Makefile.in index f6c3958..49fc063 100644 --- a/tools/freebsd/Makefile.in +++ b/tools/freebsd/Makefile.in @@ -143,6 +143,7 @@ DBUS_SYS_DIR = @DBUS_SYS_DIR@ DEBUG_CFLAGS = @DEBUG_CFLAGS@ DEFS = @DEFS@ DEPDIR = @DEPDIR@ +DLLTOOL = @DLLTOOL@ DSYMUTIL = @DSYMUTIL@ DUMPBIN = @DUMPBIN@ ECHO_C = @ECHO_C@ @@ -180,6 +181,7 @@ LN_S = @LN_S@ LTLIBOBJS = @LTLIBOBJS@ MAINT = @MAINT@ MAKEINFO = @MAKEINFO@ +MANIFEST_TOOL = @MANIFEST_TOOL@ MKDIR_P = @MKDIR_P@ MKINSTALLDIRS = @MKINSTALLDIRS@ MSGFMT = @MSGFMT@ @@ -229,6 +231,7 @@ abs_builddir = @abs_builddir@ abs_srcdir = @abs_srcdir@ abs_top_builddir = @abs_top_builddir@ abs_top_srcdir = @abs_top_srcdir@ +ac_ct_AR = @ac_ct_AR@ ac_ct_CC = @ac_ct_CC@ ac_ct_DUMPBIN = @ac_ct_DUMPBIN@ am__include = @am__include@ |