summaryrefslogtreecommitdiffstats
path: root/Makefile.am
diff options
context:
space:
mode:
authorDave Davenport <qball@gmpclient.org>2016-10-20 20:31:39 +0200
committerDave Davenport <qball@gmpclient.org>2016-10-20 20:31:39 +0200
commitbd4f4aa2ffb24eb0187f1877b8e9a7eac409f977 (patch)
tree415e1f170ed487bc2ff9122e910c97fd2d36754e /Makefile.am
parentc8d206909874d986ea6640e917e49c67322915e4 (diff)
fix typo
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile.am b/Makefile.am
index e40c14af..85cc87be 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -206,7 +206,7 @@ helper_pidfile_SOURCES=\
include/xrmoptions.h\
source/xrmoptions.c\
source/x11-helper.c\
- inlucde/x11-helper.h\
+ include/x11-helper.h\
test/helper-pidfile.c
helper_tokenize_CFLAGS=$(textbox_test_CFLAGS)
@@ -221,7 +221,7 @@ helper_tokenize_SOURCES=\
include/xrmoptions.h\
source/xrmoptions.c\
source/x11-helper.c\
- inlucde/x11-helper.h\
+ include/x11-helper.h\
test/helper-tokenize.c
widget_test_LDADD=$(textbox_test_LDADD)