diff options
author | rbuj <[email protected]> | 2019-02-17 15:38:23 +0100 |
---|---|---|
committer | raveit65 <[email protected]> | 2019-02-18 08:23:30 +0100 |
commit | 53791817d5609e3b7e1631219c9ee9cd1d485cf6 (patch) | |
tree | 33cd6e52ffee06afaa6ac871b32e483d54ccd3f1 /src/Makefile.am | |
parent | f5e08dd157d6a092fe6c779b9212343928dc743d (diff) | |
download | caja-53791817d5609e3b7e1631219c9ee9cd1d485cf6.tar.bz2 caja-53791817d5609e3b7e1631219c9ee9cd1d485cf6.tar.xz |
Read authors and documenters fom caja.about file
Diffstat (limited to 'src/Makefile.am')
-rw-r--r-- | src/Makefile.am | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/src/Makefile.am b/src/Makefile.am index eed28d9c..06bd831d 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -197,6 +197,11 @@ caja_connect_server_SOURCES = \ $(NULL) +aboutdir = $(datadir)/caja +about_DATA = \ + caja.about \ + $(NULL) + if ENABLE_SELF_CHECK TESTS=check-caja endif @@ -224,6 +229,7 @@ EXTRA_DIST = \ $(server_in_files) \ $(ui_DATA) \ check-caja \ + $(about_DATA) \ $(desktop_in_files) \ $(NULL) |