diff options
Diffstat (limited to 'src/exchangedb')
| -rw-r--r-- | src/exchangedb/Makefile.am | 10 | 
1 files changed, 5 insertions, 5 deletions
| diff --git a/src/exchangedb/Makefile.am b/src/exchangedb/Makefile.am index 9a974d64..f60ecc8f 100644 --- a/src/exchangedb/Makefile.am +++ b/src/exchangedb/Makefile.am @@ -18,12 +18,12 @@ sql_DATA = \    benchmark-0000.sql \    benchmark-0001.sql \    exchange-0000.sql \ -  exchange-0001.sql \ -  shard-0000.sql \ -  shard-0001.sql \ -  shard-drop0001.sql \ +  exchange-0001-part.sql \ +  shard-0001-part.sql \    common-0001.sql \ -  drop0001.sql +  drop-common.sql \ +  drop0001-exchange-part.sql \ +  drop0001-shard-part.sql  BUILT_SOURCES = \    shard-0000.sql \ | 
