Skip to content

Commit

Permalink
Merge pull request #633 from cisco/bugfix/makedist
Browse files Browse the repository at this point in the history
Fixed adding doxyfile to dist
  • Loading branch information
abkarcher authored Jul 6, 2021
2 parents beeaba3 + ba3e88c commit a72756f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ endif
##SUBDIRS references code that needs to be built and their files only. These files are included in dist.
##EXTRA_DIST is not referenced for building code but for creating the dist and includes NON-code files as well.
dist_data_DATA = README.md
EXTRA_DIST = ms docker certs scripts metadata murl test
EXTRA_DIST = ms docker certs scripts metadata murl test Doxyfile
SUBDIRS = safe_c_stub $(LIB_DIR) $(APP_DIR) $(TEST_DIR)

doc:
Expand Down
2 changes: 1 addition & 1 deletion Makefile.in
Original file line number Diff line number Diff line change
Expand Up @@ -375,7 +375,7 @@ AUTOMAKE_OPTIONS = foreign
@LIB_NOT_SUPPORTED_FALSE@LIB_DIR = src
@LIB_NOT_SUPPORTED_TRUE@LIB_DIR =
dist_data_DATA = README.md
EXTRA_DIST = ms docker certs scripts metadata murl test
EXTRA_DIST = ms docker certs scripts metadata murl test Doxyfile
SUBDIRS = safe_c_stub $(LIB_DIR) $(APP_DIR) $(TEST_DIR)
all: all-recursive

Expand Down

0 comments on commit a72756f

Please sign in to comment.