mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-04-01 21:33:09 +02:00
Define SRCDIR
This commit is contained in:
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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user