library integration : build all backends at one time 88/87988/5
authorKichan Kwon <k_c.kwon@samsung.com>
Mon, 12 Sep 2016 07:42:40 +0000 (16:42 +0900)
committerKichan Kwon <k_c.kwon@samsung.com>
Thu, 22 Sep 2016 04:30:12 +0000 (13:30 +0900)
commitf8def8d01067e12b0c27df24cc19fc7fa8303862
tree26b2b91d0e04620799536b26f6bfdef4745a06ad
parent49e09af7387c73172e46d56f17ad88a2c9c514f8
library integration : build all backends at one time

- Backend is selected by installing dlogbackend-BACKEND
- If any dlogbackend-BACKEND isn't installed, pipe backend is selected

Change-Id: I44a4bfc146de0a042c16bea2d6ede3a249075908
Signed-off-by: Kichan Kwon <k_c.kwon@samsung.com>
Makefile.am
configure.ac
packaging/dlog.spec
packaging/dlog_logger.service
packaging/dlogbackend-kmsg.manifest [new file with mode: 0755]
packaging/dlogbackend-logger.manifest [new file with mode: 0755]
src/libdlog/log.c
src/libdlog/log_android.c
src/libdlog/log_kmsg.c
src/libdlog/log_pipe.c