summaryrefslogtreecommitdiff
path: root/glib/glib/gnulib/Makefile.am
blob: a8666ff636208ce28d4b47f821efa98453afe629 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
## Process this file with automake to produce Makefile.in
include $(top_srcdir)/Makefile.decl

INCLUDES = $(glib_INCLUDES) -DG_LOG_DOMAIN=\"GLib\" \
	$(GLIB_DEBUG_FLAGS) -DG_DISABLE_DEPRECATED -DGLIB_COMPILATION 

noinst_LTLIBRARIES = libgnulib.la

libgnulib_la_SOURCES = 	\
	asnprintf.c \
	printf-args.c \
	printf-args.h \
	printf-parse.c \
	printf-parse.h \
	vasnprintf.c \
	vasnprintf.h \
	printf.c \
	printf.h \
	g-gnulib.h