aboutsummaryrefslogtreecommitdiffstats
path: root/openbsc/src/proxy/Makefile.am
diff options
context:
space:
mode:
authorHarald Welte <laforge@gnumonks.org>2009-07-06 16:27:58 +0200
committerHarald Welte <laforge@gnumonks.org>2009-07-06 16:27:58 +0200
commit36fb7ac96eb2137c6ed661cca6d41070bdf50bdc (patch)
treeb92dd7e44f93d4cf467bdce0bd1bfdce57f73ec1 /openbsc/src/proxy/Makefile.am
parentd5651d5ceda3fa6fef48627022deb0ecba0e4182 (diff)
initial work on a nanoBTS proxy with packet injection interface
Diffstat (limited to 'openbsc/src/proxy/Makefile.am')
-rw-r--r--openbsc/src/proxy/Makefile.am7
1 files changed, 7 insertions, 0 deletions
diff --git a/openbsc/src/proxy/Makefile.am b/openbsc/src/proxy/Makefile.am
new file mode 100644
index 000000000..6fe12913b
--- /dev/null
+++ b/openbsc/src/proxy/Makefile.am
@@ -0,0 +1,7 @@
+INCLUDES = $(all_includes) -I$(top_srcdir)/include
+AM_CFLAGS=-Wall
+
+sbin_PROGRAMS = ipaccess-proxy
+
+ipaccess_proxy_SOURCES = ipaccess-bts_if.c \
+ ../msgb.c ../select.c ../talloc.c ../debug.c ../timer.c