diff options
-rw-r--r-- | Makefile.am | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am index d5ad48cd..76197716 100644 --- a/Makefile.am +++ b/Makefile.am @@ -26,4 +26,24 @@ endif ledger_SOURCES = main.cc ledger_LDADD = $(LIBOBJS) libledger.la +nobase_include_HEADERS = \ + amount.h \ + autoxact.h \ + balance.h \ + binary.h \ + config.h \ + datetime.h \ + debug.h \ + error.h \ + format.h \ + gnucash.h \ + ledger.h \ + option.h \ + parser.h \ + qif.h \ + quotes.h \ + textual.h \ + valexpr.h \ + value.h \ + walk.h info_TEXINFOS = ledger.texi |