summaryrefslogtreecommitdiffstats
path: root/src/paman.hh
diff options
context:
space:
mode:
authorLennart Poettering <lennart@poettering.net>2004-08-20 10:55:54 +0000
committerLennart Poettering <lennart@poettering.net>2004-08-20 10:55:54 +0000
commitecf024d66edf10ea6098de1129af08b25e527bb5 (patch)
tree836e8dbde4622dd8b51d16bb8c328e181106cfc9 /src/paman.hh
parent5653891432df807a266ecb82f0c5a488711cba30 (diff)
build fixes
git-svn-id: file:///home/lennart/svn/public/paman/trunk@19 cdefa82f-4ce1-0310-97f5-ab6066f37c3c
Diffstat (limited to 'src/paman.hh')
-rw-r--r--src/paman.hh2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/paman.hh b/src/paman.hh
index 05e1815..c80cc42 100644
--- a/src/paman.hh
+++ b/src/paman.hh
@@ -3,7 +3,9 @@
#include "ServerInfoManager.hh"
+#ifndef GLADE_FILE
#define GLADE_FILE "paman.glade"
+#endif
extern ServerInfoManager *serverInfoManager;
extern MainWindow *mainWindow;