diff options
author | Boris Kolpackov <boris@codesynthesis.com> | 2011-02-04 13:56:09 +0200 |
---|---|---|
committer | Boris Kolpackov <boris@codesynthesis.com> | 2011-02-04 13:56:09 +0200 |
commit | f1c2a621ac2695dfe4a3bc71dbc9ce3079008d2f (patch) | |
tree | d0c45ecd5489cd1b4beb57fc5afda3263ad0d2b2 /Makefile.am | |
parent | 6a07b88cdf6419440b19e7b7dbc9231519c32c62 (diff) |
Add support for smart-ptr, unordered, and date_time (basic)
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am index 172c374..2d1198a 100644 --- a/Makefile.am +++ b/Makefile.am @@ -8,5 +8,7 @@ dist_doc_DATA = __file__(docs) EXTRA_DIST = __file__(extra_dist) ACLOCAL_AMFLAGS = -I m4 +nobase_include_HEADERS = __path__(options) + pkgconfigdir = @pkgconfigdir@ pkgconfig_DATA= libodb-boost.pc |