aboutsummaryrefslogtreecommitdiff
path: root/src/shared/Makefile.am
diff options
context:
space:
mode:
authormegamage <none@none>2008-11-08 23:48:00 -0600
committermegamage <none@none>2008-11-08 23:48:00 -0600
commit30ecce57b28969cffc67b8ab30f070bdb4aac44c (patch)
tree1984bc80e037df3632bf5d4d982b440b4ea73039 /src/shared/Makefile.am
parentc014d6667c71f1d618fe195b21e2dd86e5407825 (diff)
[svn] Duplicate SystemConfig.h to fix linux build. This is a hack. Hope someone will find the correct in future.
--HG-- branch : trunk
Diffstat (limited to 'src/shared/Makefile.am')
-rw-r--r--src/shared/Makefile.am4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/shared/Makefile.am b/src/shared/Makefile.am
index 4bc54f6e9a9..54aef015e46 100644
--- a/src/shared/Makefile.am
+++ b/src/shared/Makefile.am
@@ -112,6 +112,10 @@ EXTRA_DIST = \
PacketLog.cpp \
PacketLog.h
+# System configuration
+EXTRA_DIST += \
+ SystemConfig.h
+
# System Win32 files
EXTRA_DIST += \
ServiceWin32.cpp \