Skip to content

Commit

Permalink
build: Non-recursive makefile for 'tools' directory
Browse files Browse the repository at this point in the history
  • Loading branch information
Explorer09 committed May 13, 2024
1 parent 0ff7d66 commit 38e1085
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 5 deletions.
4 changes: 2 additions & 2 deletions Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -49,8 +49,7 @@ dist_noinst_SCRIPTS = \
SUBDIRS = \
. \
po \
tests \
tools
tests

MOSTLYCLEANFILES =

Expand All @@ -61,6 +60,7 @@ indentfiles =
include doc/local.mk
include examples/local.mk
include src/local.mk
include tools/local.mk

# Convenience targets to build libfl only
# These are actually wrappers around automake- and libtool-generated targets
Expand Down
1 change: 0 additions & 1 deletion configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -217,7 +217,6 @@ AC_CONFIG_FILES(
Makefile
po/Makefile.in
src/libfl.pc
tools/Makefile
tests/Makefile
)

Expand Down
2 changes: 0 additions & 2 deletions tools/Makefile.am

This file was deleted.

2 changes: 2 additions & 0 deletions tools/local.mk
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
EXTRA_DIST += \
tools/git2cl

0 comments on commit 38e1085

Please sign in to comment.