Skip to content

Commit

Permalink
build(autotools): 👷 rename Makefile.inc.am to Makefile.inc
Browse files Browse the repository at this point in the history
  • Loading branch information
Timothy-Liuxf committed Oct 16, 2023
1 parent 36e0cb3 commit 0e9915f
Show file tree
Hide file tree
Showing 5 changed files with 3 additions and 8 deletions.
5 changes: 0 additions & 5 deletions .gitattributes
Original file line number Diff line number Diff line change
Expand Up @@ -43,8 +43,3 @@
# in Unix via a file share from Windows, the scripts will work.
###############################################################################
*.sh text eol=lf

###############################################################################
# Correct Github language recognition
###############################################################################
Makefile.inc.am linguist-language=Makefile
6 changes: 3 additions & 3 deletions Makefile.am
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
noinst_PROGRAMS =
noinst_HEADERS =

include third_party/Makefile.inc.am
include include/simple_logger/Makefile.inc.am
include third_party/Makefile.inc
include include/simple_logger/Makefile.inc

if BUILD_TEST_EXAMPLES
include examples/Makefile.inc.am
include examples/Makefile.inc
endif
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 comments on commit 0e9915f

Please sign in to comment.