summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Makefile.am6
-rw-r--r--configure.ac1
2 files changed, 4 insertions, 3 deletions
diff --git a/Makefile.am b/Makefile.am
index c886771..f26059a 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -24,7 +24,7 @@ bin_PROGRAMS = xkbcomp
AM_CFLAGS = $(XKBCOMP_CFLAGS)
xkbcomp_LDADD = $(XKBCOMP_LIBS)
-xkbcomp_SOURCES = \
+xkbcomp_SOURCES = \
action.c \
action.h \
alias.c \
@@ -53,12 +53,12 @@ xkbcomp_SOURCES = \
vmod.h \
xkbcomp.c \
xkbcomp.h \
- xkbparse.c \
+ xkbparse.y \
xkbpath.c \
xkbpath.h \
xkbscan.c
-dist_man_MANS = \
+dist_man1_MANS = \
xkbcomp.man
EXTRA_DIST = \
diff --git a/configure.ac b/configure.ac
index 4fc35e9..33f26ff 100644
--- a/configure.ac
+++ b/configure.ac
@@ -29,6 +29,7 @@ AM_MAINTAINER_MODE
AM_CONFIG_HEADER(config.h)
AC_PROG_CC
+AC_PROG_YACC
AC_PROG_INSTALL
# Checks for pkg-config packages