nexmon – Blame information for rev 1

Subversion Repositories:
Rev:
Rev Author Line No. Line
1 office 1 ## Process this file with automake to produce Makefile.in
2 include $(top_srcdir)/glib.mk
3  
4 AM_CPPFLAGS = \
5 $(glib_INCLUDES) \
6 -DG_LOG_DOMAIN=\"GLib\" \
7 $(GLIB_DEBUG_FLAGS) \
8 -DG_DISABLE_DEPRECATED \
9 -DGLIB_COMPILATION
10  
11 noinst_LTLIBRARIES += libgnulib.la
12  
13 libgnulib_la_CFLAGS = $(GLIB_HIDDEN_VISIBILITY_CFLAGS)
14 libgnulib_la_SOURCES = \
15 asnprintf.c \
16 printf-args.c \
17 printf-args.h \
18 printf-parse.c \
19 printf-parse.h \
20 vasnprintf.c \
21 vasnprintf.h \
22 printf.c \
23 printf.h \
24 verify.h \
25 xsize.h \
26 g-gnulib.h
27  
28  
29 EXTRA_DIST += makefile.msc