Skip to content
Success

Changes

Summary

  1. include/osmocom/netif/Makefile.am cosmetic: make it easier to extend (details)
  2. src/Makefile.am cosmetic: make it easier to extend (details)
Commit 8a8b70d94ddbe10a9fc40684717306f254549962 by falcon
include/osmocom/netif/Makefile.am cosmetic: make it easier to extend

To make it easier to add new headers to osmonetif_HEADERS list,
make two cosmetic changes to it:

* List all currently exported headers in alphabetical order;
* Use $(NULL) construct so that every header-naming line ends
  with a backslash.

Change-Id: I05ecbdb44286b842e158278fb07479846cd66806
The file was modifiedinclude/osmocom/netif/Makefile.am
Commit f2d0128ef664500a1a6463ef0e0093036f86c42d by falcon
src/Makefile.am cosmetic: make it easier to extend

To make it easier to add new source files to libosmonetif_la_SOURCES
list, make two cosmetic changes to it:

* List stream.c before stream_{cli,srv}.c, matching the order
  that is used in other similar instances;
* Use $(NULL) construct so that every source-naming line ends
  with a backslash.

Change-Id: I98cf6d592fb66d5f22d486358ccdab06306ae3b0
The file was modifiedsrc/Makefile.am