glib/glib/gnulib/Makefile.am

28 lines
336 B
Makefile
Raw Normal View History

2003-07-28 22:58:01 +00:00
## Process this file with automake to produce Makefile.in
INCLUDES = -I$(top_srcdir)
2003-07-28 22:58:01 +00:00
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
EXTRA_DIST = makefile.msc
2003-07-28 22:58:01 +00:00