diff options
author | Christian Persch <[email protected]> | 2012-06-13 01:03:55 +0200 |
---|---|---|
committer | raveit65 <[email protected]> | 2017-08-14 20:02:44 +0200 |
commit | bc32c6f60310096c78be89d89703e34c1d3818c7 (patch) | |
tree | 93322b716481c1f8fae4ae5e969ed874866f9098 /libdocument/Makefile.am | |
parent | e4dc06ec2c72f536affda251c98a42dc8355ede3 (diff) | |
download | atril-bc32c6f60310096c78be89d89703e34c1d3818c7.tar.bz2 atril-bc32c6f60310096c78be89d89703e34c1d3818c7.tar.xz |
Add deprecation macros
Add deprecation macros similar to GLIB_DEPRECATED[_FOR].
taken from:
https://git.gnome.org/browse/evince/commit/?id=86f3e1b
Diffstat (limited to 'libdocument/Makefile.am')
-rw-r--r-- | libdocument/Makefile.am | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libdocument/Makefile.am b/libdocument/Makefile.am index e4f22cc8..c3e1259e 100644 --- a/libdocument/Makefile.am +++ b/libdocument/Makefile.am @@ -35,6 +35,7 @@ INST_H_SRC_FILES = \ ev-link-action.h \ ev-link-dest.h \ ev-link.h \ + ev-macros.h \ ev-mapping-list.h \ ev-page.h \ ev-render-context.h \ |