tizen_2.0 merged
[framework/system/dlog.git] / Makefile.am
1
2
3 AM_CFLAGS = @CFLAGS@ -I$(srcdir)/include \
4               -I$(srcdir)/include/internal
5
6
7 dlog_includedir = $(includedir)/dlog
8 dlog_include_HEADERS = \
9         include/dlog.h
10
11 lib_LTLIBRARIES = libdlog.la
12
13 libdlog_la_SOURCES =  \
14         log.c \
15         include/dlog.h
16
17 libdlog_la_LIBADD = -lpthread
18
19 bin_PROGRAMS= dlogutil
20
21 dlogutil_SOURCES = \
22         logutil.c \
23         logprint.c \
24         include/logger.h \
25         include/logprint.h
26
27 # conf file
28 pkgconfigdir = $(libdir)/pkgconfig
29 pkgconfig_DATA = dlog.pc
30
31 bootscriptdir = /etc/rc.d/init.d
32 bootscript_SCRIPTS = dlog.sh
33
34