summaryrefslogtreecommitdiff
path: root/bin/bbackupd/Makefile.extra
diff options
context:
space:
mode:
authorChris Wilson <chris+github@qwirx.com>2007-03-24 23:02:36 +0000
committerChris Wilson <chris+github@qwirx.com>2007-03-24 23:02:36 +0000
commit5bd0cf5c9a2e583f2f88998fe3c5ac980e5d485e (patch)
tree23dae4a3ff19a2559d57c0cc9cc5a2a497851130 /bin/bbackupd/Makefile.extra
parent874c6893abb3278cbfeb3c2b948518e36982a620 (diff)
Add new exception codes for use in bbackupd, and possibly other clients.
(refs #3, merges [1455])
Diffstat (limited to 'bin/bbackupd/Makefile.extra')
-rw-r--r--bin/bbackupd/Makefile.extra7
1 files changed, 7 insertions, 0 deletions
diff --git a/bin/bbackupd/Makefile.extra b/bin/bbackupd/Makefile.extra
new file mode 100644
index 00000000..52e21366
--- /dev/null
+++ b/bin/bbackupd/Makefile.extra
@@ -0,0 +1,7 @@
+
+MAKEEXCEPTION = ../../lib/common/makeexception.pl
+
+# AUTOGEN SEEDING
+autogen_ClientException.h autogen_ClientException.cpp: $(MAKEEXCEPTION) ClientException.txt
+ $(PERL) $(MAKEEXCEPTION) ClientException.txt
+