pespin has uploaded this change for review.

View Change

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 change 39286. To unsubscribe, or for help writing mail filters, visit settings.

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@sysmocom.de>