diff options
author | John Wiegley <johnw@newartisans.com> | 2012-03-17 16:04:30 -0500 |
---|---|---|
committer | John Wiegley <johnw@newartisans.com> | 2012-03-17 16:04:30 -0500 |
commit | 815501f8b50b0889b4a51020cdbbd514b4c8b975 (patch) | |
tree | a0465a4506796497079d1bbc5ded450f4aa693aa | |
parent | 430ad07db1e46c27d69cdb0fca6c9e98a503079c (diff) | |
download | fork-ledger-815501f8b50b0889b4a51020cdbbd514b4c8b975.tar.gz fork-ledger-815501f8b50b0889b4a51020cdbbd514b4c8b975.tar.bz2 fork-ledger-815501f8b50b0889b4a51020cdbbd514b4c8b975.zip |
Package src/context.h into the final dist
-rw-r--r-- | tools/Makefile.am | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/Makefile.am b/tools/Makefile.am index 5d299b05..f1582e50 100644 --- a/tools/Makefile.am +++ b/tools/Makefile.am @@ -121,6 +121,7 @@ pkginclude_HEADERS = \ src/xact.h \ src/account.h \ src/journal.h \ + src/context.h \ src/temps.h \ src/archive.h \ src/timelog.h \ |