diff options
author | Kristian Høgsberg <krh@bitplanet.net> | 2011-02-14 22:17:41 -0500 |
---|---|---|
committer | Kristian Høgsberg <krh@bitplanet.net> | 2011-02-14 22:21:13 -0500 |
commit | fcfb4e30a47a4cd2416dac210521594b489c8bfd (patch) | |
tree | e940236740627c99898ad726246226977c9d7af8 /Makefile.am | |
parent | 525e4c0beae832afc2c098c1368a19ad164e1b2b (diff) |
Split into a core repository that only holds the core Wayland libraries
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am index 03d15db..ec2798a 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1,3 +1,6 @@ -SUBDIRS = wayland compositor clients data +SUBDIRS = wayland ACLOCAL_AMFLAGS = -I m4 ${ACLOCAL_FLAGS} + +aclocaldir = $(datadir)/aclocal +aclocal_DATA = wayland-scanner.m4 wayland-scanner.mk
\ No newline at end of file |