mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-02-15 14:57:15 +01:00
Mon Jul 5 18:42:30 2004 Matthias Clasen <maclas@gmx.de> * glib/gnulib/Makefile.am (INCLUDES): Add top_srcdir to make srcdir != . work. (#145166, Kaz Sasayama)
28 lines
336 B
Makefile
28 lines
336 B
Makefile
## Process this file with automake to produce Makefile.in
|
|
|
|
INCLUDES = -I$(top_srcdir)
|
|
|
|
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
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|