Add -I$(top_srcdir)/glib so that gregex.h finds <glib.h>.
[platform/upstream/glib.git] / glib / gnulib / Makefile.am
1 ## Process this file with automake to produce Makefile.in
2
3 INCLUDES = -I$(top_srcdir) -I$(top_srcdir)/glib -DG_LOG_DOMAIN=\"GLib\" \
4         $(GLIB_DEBUG_FLAGS) -DG_DISABLE_DEPRECATED -DGLIB_COMPILATION 
5
6 noinst_LTLIBRARIES = libgnulib.la
7
8 libgnulib_la_SOURCES =  \
9         asnprintf.c \
10         printf-args.c \
11         printf-args.h \
12         printf-parse.c \
13         printf-parse.h \
14         vasnprintf.c \
15         vasnprintf.h \
16         printf.c \
17         printf.h \
18         g-gnulib.h
19
20
21 EXTRA_DIST = makefile.msc
22
23
24
25
26
27
28