Skip to content

Commit

Permalink
Makefile cleanups
Browse files Browse the repository at this point in the history
Makefile cleanups:

  * sipix/blink.c is already in _SOURCES, no need for EXTRA_DIST
  * Formatting fix for quicktake Makefile
  * Formatting fix for largan lmini Makefile
  • Loading branch information
ndim committed Oct 6, 2024
1 parent 95c6514 commit 0673db0
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 8 deletions.
6 changes: 3 additions & 3 deletions camlibs/largan/lmini/Makefile-files
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
# -*- Makefile-automake -*-

EXTRA_DIST += %reldir%/ChangeLog
EXTRA_DIST += %reldir%/ChangeLog

EXTRA_DIST += %reldir%/README.largan-lmini
camlibdoc_DATA += %reldir%/README.largan-lmini
EXTRA_DIST += %reldir%/README.largan-lmini
camlibdoc_DATA += %reldir%/README.largan-lmini


EXTRA_LTLIBRARIES += largan.la
Expand Down
5 changes: 1 addition & 4 deletions camlibs/quicktake1x0/Makefile-files
Original file line number Diff line number Diff line change
@@ -1,9 +1,6 @@
# -*- Makefile-automake -*-

#EXTRA_DIST += %reldir%/ChangeLog


EXTRA_LTLIBRARIES += quicktake1x0.la
EXTRA_LTLIBRARIES += quicktake1x0.la

quicktake1x0_la_SOURCES =
quicktake1x0_la_SOURCES += %reldir%/quicktake1x0.c
Expand Down
1 change: 0 additions & 1 deletion camlibs/sipix/Makefile-files
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
# -*- Makefile-automake -*-

EXTRA_DIST += %reldir%/ChangeLog
EXTRA_DIST += %reldir%/blink.c
EXTRA_DIST += %reldir%/blink.txt
EXTRA_DIST += %reldir%/blink2.txt
EXTRA_DIST += %reldir%/web2.html
Expand Down

0 comments on commit 0673db0

Please sign in to comment.