Skip to content

Commit

Permalink
simplify Makefile.am
Browse files Browse the repository at this point in the history
  • Loading branch information
pkovacs committed Apr 19, 2021
1 parent 6a3baf8 commit 2404b9a
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions Makefile.am
Original file line number Diff line number Diff line change
@@ -1,10 +1,9 @@
ACLOCAL_AMFLAGS = -I m4

SUBDIRS = include libjwt
SUBDIRS = include libjwt tests dist
if BUILD_EXAMPLES
SUBDIRS += examples
endif
SUBDIRS += tests dist

include $(top_srcdir)/doxygen.mk

Expand Down

0 comments on commit 2404b9a

Please sign in to comment.