Makefile.am (396B)
1 # This Makefile.am is in the public domain 2 SUBDIRS = . 3 4 syncdbincludedir = $(includedir)/sync/sync-database 5 6 syncdbinclude_HEADERS = \ 7 create_tables.h \ 8 common.h \ 9 drop_tables.h \ 10 gc.h \ 11 increment_lifetime_TR.h \ 12 lookup_account_TR.h \ 13 lookup_backup_TR.h \ 14 lookup_pending_payments_by_account_TR.h \ 15 preflight.h \ 16 store_backup_TR.h \ 17 store_payment_TR.h \ 18 update_backup_TR.h