diff options
author | Patrick Ohly <patrick.ohly@intel.com> | 2010-01-20 10:01:32 +0100 |
---|---|---|
committer | Patrick Ohly <patrick.ohly@intel.com> | 2010-01-20 10:01:32 +0100 |
commit | 87b4eca964e0bd3ecd9231d20922310ea76465e7 (patch) | |
tree | 4a1a89fa32d505942e8e3908d4f692834fc48d4a | |
parent | 05f84d8952a23c5b267cd49d948c736f3e61bc87 (diff) |
make dist: FileConfigNode.h must be public API
Because the template code in SyncConfig.h uses
it, FileConfigNode.h must be included in the set
of installed header files. Found by nightly testing.
-rw-r--r-- | src/syncevo/Makefile.am | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/syncevo/Makefile.am b/src/syncevo/Makefile.am index 9794241e..1a54e49a 100644 --- a/src/syncevo/Makefile.am +++ b/src/syncevo/Makefile.am @@ -92,6 +92,7 @@ libsyncevolution_includedir= $(includedir)/syncevo libsyncevolution_include_HEADERS = \ declarations.h \ TrackingSyncSource.h \ + FileConfigNode.h \ FilterConfigNode.h \ PrefixConfigNode.h \ SafeConfigNode.h \ |