Merge remote branch 'nobled/for-krh'
This commit is contained in:
+1
-1
@@ -16,8 +16,8 @@ noinst_LTLIBRARIES = libtoytoolkit.la
|
|||||||
AM_CFLAGS = $(GCC_CFLAGS)
|
AM_CFLAGS = $(GCC_CFLAGS)
|
||||||
AM_CPPFLAGS = \
|
AM_CPPFLAGS = \
|
||||||
-DDATADIR='"$(datadir)"' \
|
-DDATADIR='"$(datadir)"' \
|
||||||
-I$(top_srcdir)/wayland \
|
|
||||||
-I$(top_builddir)/wayland \
|
-I$(top_builddir)/wayland \
|
||||||
|
-I$(top_srcdir)/wayland \
|
||||||
$(CLIENT_CFLAGS)
|
$(CLIENT_CFLAGS)
|
||||||
|
|
||||||
libtoytoolkit_la_SOURCES = \
|
libtoytoolkit_la_SOURCES = \
|
||||||
|
|||||||
@@ -1,12 +1,12 @@
|
|||||||
noinst_PROGRAMS = compositor
|
noinst_PROGRAMS = compositor
|
||||||
|
|
||||||
INCLUDES = \
|
AM_CPPFLAGS = \
|
||||||
-I$(top_srcdir)/wayland \
|
-DDATADIR='"$(datadir)"' \
|
||||||
-I$(top_builddir)/wayland \
|
-I$(top_builddir)/wayland \
|
||||||
|
-I$(top_srcdir)/wayland \
|
||||||
$(COMPOSITOR_CFLAGS)
|
$(COMPOSITOR_CFLAGS)
|
||||||
|
|
||||||
AM_CFLAGS = $(GCC_CFLAGS)
|
AM_CFLAGS = $(GCC_CFLAGS)
|
||||||
AM_CPPFLAGS = -DDATADIR='"$(datadir)"'
|
|
||||||
|
|
||||||
compositor_LDADD = \
|
compositor_LDADD = \
|
||||||
$(top_builddir)/wayland/libwayland-server.la \
|
$(top_builddir)/wayland/libwayland-server.la \
|
||||||
|
|||||||
+1
-1
@@ -29,7 +29,7 @@ libwayland_client_la_SOURCES = \
|
|||||||
pkgconfigdir = $(libdir)/pkgconfig
|
pkgconfigdir = $(libdir)/pkgconfig
|
||||||
pkgconfig_DATA = wayland-client.pc wayland-server.pc
|
pkgconfig_DATA = wayland-client.pc wayland-server.pc
|
||||||
|
|
||||||
INCLUDES = $(FFI_CFLAGS)
|
AM_CPPFLAGS = $(FFI_CFLAGS)
|
||||||
AM_CFLAGS = $(GCC_CFLAGS)
|
AM_CFLAGS = $(GCC_CFLAGS)
|
||||||
|
|
||||||
include $(top_srcdir)/wayland/scanner.mk
|
include $(top_srcdir)/wayland/scanner.mk
|
||||||
|
|||||||
Reference in New Issue
Block a user