build: Move protocol/ Makefile.am into toplevel Makefile.am

A small step towards non-recursive build system for wayland too.
This commit is contained in:
Kristian Høgsberg 2014-02-18 14:55:09 -08:00
parent 6292fe2af6
commit bb5344ee6d
3 changed files with 5 additions and 4 deletions

View file

@ -2,11 +2,14 @@ if BUILD_DOCS
doc_subdir = doc doc_subdir = doc
endif endif
SUBDIRS = protocol src $(doc_subdir) tests cursor SUBDIRS = src $(doc_subdir) tests cursor
ACLOCAL_AMFLAGS = -I m4 ${ACLOCAL_FLAGS} ACLOCAL_AMFLAGS = -I m4 ${ACLOCAL_FLAGS}
aclocaldir = $(datadir)/aclocal aclocaldir = $(datadir)/aclocal
dist_aclocal_DATA = wayland-scanner.m4 dist_aclocal_DATA = wayland-scanner.m4
dist_pkgdata_DATA = wayland-scanner.mk dist_pkgdata_DATA = \
wayland-scanner.mk \
protocol/wayland.xml \
protocol/wayland.dtd

View file

@ -142,6 +142,5 @@ AC_CONFIG_FILES([Makefile
src/wayland-client.pc src/wayland-client.pc
src/wayland-scanner.pc src/wayland-scanner.pc
src/wayland-version.h src/wayland-version.h
protocol/Makefile
tests/Makefile]) tests/Makefile])
AC_OUTPUT AC_OUTPUT

View file

@ -1 +0,0 @@
dist_pkgdata_DATA = wayland.xml wayland.dtd