aboutsummaryrefslogtreecommitdiff
path: root/src/exchangedb/Makefile.am
diff options
context:
space:
mode:
authorMarco Boss <bossm8@bfh.ch>2022-03-31 21:49:35 +0200
committerMarco Boss <bossm8@bfh.ch>2022-03-31 21:49:35 +0200
commit45916b992b2a8e680aa1e53ec6fab4846a17e650 (patch)
tree7acadae3d96174ab8598ffc230cb8bd8255958a6 /src/exchangedb/Makefile.am
parent75c1e10a67d94f43d0c06433efc2b78c10bae5c5 (diff)
downloadexchange-45916b992b2a8e680aa1e53ec6fab4846a17e650.tar.gz
exchange-45916b992b2a8e680aa1e53ec6fab4846a17e650.tar.bz2
exchange-45916b992b2a8e680aa1e53ec6fab4846a17e650.zip
remove built sql files from vc
Diffstat (limited to 'src/exchangedb/Makefile.am')
-rw-r--r--src/exchangedb/Makefile.am4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/exchangedb/Makefile.am b/src/exchangedb/Makefile.am
index 3df0653ad..305de431c 100644
--- a/src/exchangedb/Makefile.am
+++ b/src/exchangedb/Makefile.am
@@ -26,6 +26,10 @@ BUILT_SOURCES = \
shard-0001.sql \
exchange-0001.sql
+CLEANFILES = \
+ shard-0001.sql \
+ exchange-0001.sql
+
exchange-0001.sql: common-0001.sql exchange-0001-part.sql
cat common-0001.sql exchange-0001-part.sql >$@