mirror of
https://gitlab.freedesktop.org/wayland/wayland.git
synced 2025-10-31 22:25:25 -04:00
build: Move src/Makefile.am into toplevel Makefile.am
This commit is contained in:
parent
267b28887d
commit
4c163b9b00
4 changed files with 92 additions and 82 deletions
|
|
@ -46,9 +46,9 @@ os_wrappers_test_SOURCES = \
|
|||
|
||||
AM_CPPFLAGS = -I$(top_builddir)/src -I$(top_srcdir)/src
|
||||
AM_CFLAGS = $(GCC_CFLAGS) $(FFI_CFLAGS)
|
||||
LDADD = $(top_builddir)/src/libwayland-util.la \
|
||||
$(top_builddir)/src/libwayland-client.la \
|
||||
$(top_builddir)/src/libwayland-server.la \
|
||||
LDADD = ../libwayland-util.la \
|
||||
../libwayland-client.la \
|
||||
../libwayland-server.la \
|
||||
-lrt -ldl $(FFI_LIBS)
|
||||
|
||||
exec_fd_leak_checker_SOURCES = \
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue