1
0
mirror of https://gitlab.gnome.org/GNOME/glib.git synced 2025-03-31 04:43:06 +02:00

Define SRCDIR

This commit is contained in:
Matthias Clasen 2010-07-06 00:01:15 -04:00
parent a3bda1acfc
commit ee89ed241c

@ -1,6 +1,11 @@
include $(top_srcdir)/Makefile.decl include $(top_srcdir)/Makefile.decl
INCLUDES = -g -I$(top_srcdir) -I$(top_srcdir)/glib $(GLIB_DEBUG_FLAGS) INCLUDES = \
-g \
-I$(top_srcdir) \
-I$(top_srcdir)/glib \
-DSRCDIR=\""$(srcdir)"\" \
$(GLIB_DEBUG_FLAGS)
noinst_PROGRAMS = $(TEST_PROGS) noinst_PROGRAMS = $(TEST_PROGS)
progs_ldadd = $(top_builddir)/glib/libglib-2.0.la progs_ldadd = $(top_builddir)/glib/libglib-2.0.la