Fix distcheck with non-recursive Makefiles

Signed-off-by: Daniel Stone <daniel@fooishbar.org>
master
Daniel Stone 2012-03-27 15:51:28 +01:00
parent bc8bbf50dc
commit 21f1bff4af
2 changed files with 12 additions and 6 deletions

View File

@ -17,7 +17,11 @@ ChangeLog:
dist-hook: ChangeLog INSTALL dist-hook: ChangeLog INSTALL
AM_CPPFLAGS = -I$(top_srcdir)/include -I$(top_srcdir)/src AM_CPPFLAGS = \
-I$(top_srcdir)/include \
-I$(top_srcdir)/src \
-I$(top_srcdir)/src/xkbcomp \
-Isrc/xkbcomp
AM_CFLAGS = \ AM_CFLAGS = \
$(X11_CFLAGS) \ $(X11_CFLAGS) \
$(XORG_COMPILER_FLAGS) \ $(XORG_COMPILER_FLAGS) \
@ -72,11 +76,14 @@ libxkbcommon_la_SOURCES = \
src/xkballoc.h \ src/xkballoc.h \
src/xkbmisc.h \ src/xkbmisc.h \
src/xkbrules.h \ src/xkbrules.h \
src/XKBcommonint.h \ src/XKBcommonint.h
include/xkbcommon/xkbcommon.h
BUILT_SOURCES = src/xkbcomp/xkbparse.h src/ks_tables.h BUILT_SOURCES = \
CLEANFILES = src/ks_tables.h src/xkbcomp/xkbparse.c \
src/xkbcomp/xkbparse.h \
src/xkbcomp/xkbscan.c \
src/ks_tables.h
CLEANFILES = $(BUILT_SOURCES)
noinst_PROGRAMS = makekeys/makekeys noinst_PROGRAMS = makekeys/makekeys
makekeys_makekeys_SOURCES = makekeys/makekeys.c makekeys_makekeys_SOURCES = makekeys/makekeys.c

View File

@ -12,7 +12,6 @@ EXTRA_DIST = \
bad.xkb \ bad.xkb \
basic.xkb \ basic.xkb \
default.xkb \ default.xkb \
named.xkb \
comprehensive-plus-geom.xkb comprehensive-plus-geom.xkb
clean-local: clean-local: