From 430366a2c5ffbb0af5d7e5213f7f54c5833d7c97 Mon Sep 17 00:00:00 2001 From: Holger Hans Peter Freyther Date: Tue, 31 May 2011 11:16:40 +0200 Subject: osmo-pcap: Create a dummy client. --- include/Makefile.am | 1 + include/osmo-pcap/Makefile.am | 1 + 2 files changed, 2 insertions(+) create mode 100644 include/Makefile.am create mode 100644 include/osmo-pcap/Makefile.am (limited to 'include') diff --git a/include/Makefile.am b/include/Makefile.am new file mode 100644 index 0000000..244a03e --- /dev/null +++ b/include/Makefile.am @@ -0,0 +1 @@ +SUBDIRS = osmo-pcap diff --git a/include/osmo-pcap/Makefile.am b/include/osmo-pcap/Makefile.am new file mode 100644 index 0000000..c3a402d --- /dev/null +++ b/include/osmo-pcap/Makefile.am @@ -0,0 +1 @@ +noinst_HEADERS = -- cgit v1.2.3