aboutsummaryrefslogtreecommitdiff
path: root/util/fluxbox-update_configs.cc
diff options
context:
space:
mode:
authorPavel Labath <pavelo@centrum.sk>2011-04-09 12:52:10 (GMT)
committerMathias Gumz <mathias gumz at gmail com>2011-04-18 06:50:44 (GMT)
commit86c9b100f3e27f5b3136f4a1d37b703306e7ddd9 (patch)
tree270a0a0f2d37f29cc80676632085707ffce7cd97 /util/fluxbox-update_configs.cc
parent8b6943ab1c3862d217e89e1c91582c905c71fbd0 (diff)
downloadfluxbox-86c9b100f3e27f5b3136f4a1d37b703306e7ddd9.zip
fluxbox-86c9b100f3e27f5b3136f4a1d37b703306e7ddd9.tar.bz2
Fix VPATH builds
Diffstat (limited to 'util/fluxbox-update_configs.cc')
-rw-r--r--util/fluxbox-update_configs.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/util/fluxbox-update_configs.cc b/util/fluxbox-update_configs.cc
index 39539f8..37248ce 100644
--- a/util/fluxbox-update_configs.cc
+++ b/util/fluxbox-update_configs.cc
@@ -24,7 +24,7 @@
24#include "../src/FbTk/StringUtil.hh" 24#include "../src/FbTk/StringUtil.hh"
25#include "../src/FbTk/FileUtil.hh" 25#include "../src/FbTk/FileUtil.hh"
26 26
27#include "defaults.hh" 27#include "../src/defaults.hh"
28 28
29#ifdef HAVE_CONFIG_H 29#ifdef HAVE_CONFIG_H
30#include "config.h" 30#include "config.h"