Initialize the gmime for upstream
[platform/upstream/gmime.git] / util / Makefile.am
1 ## Process this file with automake to produce Makefile.in
2
3 SUBDIRS = .
4
5 noinst_LTLIBRARIES = libgmime-util.la
6
7 INCLUDES = -I$(top_srcdir)              \
8         $(VERSION_FLAGS)                \
9         -DG_LOG_DOMAIN=\"util\"         \
10         $(GMIME_CFLAGS)                 \
11         $(GLIB_CFLAGS)
12
13 libgmime-util_la_SOURCES =                      \
14         cache.c                         \
15         cache.h                         \
16         gtrie.c                         \
17         gtrie.h                         \
18         list.c                          \
19         list.h                          \
20         md5-utils.c                     \
21         md5-utils.h                     \
22         url-scanner.c                   \
23         url-scanner.h
24