pespin has uploaded this change for review. (
https://gerrit.osmocom.org/c/osmo-pcap/+/39286?usp=email )
Change subject: Makefile.am: proper format and reorder source file lists
......................................................................
Makefile.am: proper format and reorder source file lists
Change-Id: Ie39bd0348f4f329539c1d9dabc8fa87f3e4bbefe
---
M include/osmo-pcap/Makefile.am
M src/Makefile.am
2 files changed, 8 insertions(+), 2 deletions(-)
git pull ssh://gerrit.osmocom.org:29418/osmo-pcap refs/changes/86/39286/1
diff --git a/include/osmo-pcap/Makefile.am b/include/osmo-pcap/Makefile.am
index b71e70c..e377b6a 100644
--- a/include/osmo-pcap/Makefile.am
+++ b/include/osmo-pcap/Makefile.am
@@ -1 +1,7 @@
-noinst_HEADERS = common.h osmo_pcap_client.h osmo_pcap_server.h wireformat.h osmo_tls.h
+noinst_HEADERS = \
+ common.h \
+ osmo_pcap_client.h \
+ osmo_pcap_server.h \
+ osmo_tls.h \
+ wireformat.h \
+ $(NULL)
diff --git a/src/Makefile.am b/src/Makefile.am
index b35227c..00c9ce9 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -17,9 +17,9 @@
osmo_client_main.c \
osmo_common.c \
osmo_client_core.c \
- osmo_client_vty.c \
osmo_client_network.c \
osmo_client_stats.c \
+ osmo_client_vty.c \
osmo_tls.c \
$(NULL)
--
To view, visit
https://gerrit.osmocom.org/c/osmo-pcap/+/39286?usp=email
To unsubscribe, or for help writing mail filters, visit
https://gerrit.osmocom.org/settings?usp=email
Gerrit-MessageType: newchange
Gerrit-Project: osmo-pcap
Gerrit-Branch: master
Gerrit-Change-Id: Ie39bd0348f4f329539c1d9dabc8fa87f3e4bbefe
Gerrit-Change-Number: 39286
Gerrit-PatchSet: 1
Gerrit-Owner: pespin <pespin(a)sysmocom.de>