Skip to content

Commit 3eb7823

Browse files
committed
FIX: distclean issue
1 parent c63a86d commit 3eb7823

File tree

3 files changed

+7
-2
lines changed

3 files changed

+7
-2
lines changed

Makefile.am

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
include common.am
22

33
SUBDIRS = \
4-
. \
54
src \
65
include
76

@@ -10,3 +9,6 @@ EXTRA_DIST = \
109
1110

1211
ACLOCAL_AMFLAGS = -I m4
12+
13+
distclean-local:
14+
rm -rf autom4te.cache

common.am

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,8 @@ DISTCLEANFILES = \
2222
m4/lt~obsolete.m4 \
2323
m4/ltoptions.m4 \
2424
m4/ltsugar.m4 \
25-
m4/ltversion.m4
25+
m4/ltversion.m4 \
26+
ylwrap
2627

2728
SUFFIXES = .c .h .y .l
2829
AM_YFLAGS = -d

include/Makefile.am

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
include $(top_srcdir)/common.am
2+
13
noinst_HEADERS = \
24
captagent/api.h \
35
captagent/capture.h \

0 commit comments

Comments
 (0)