summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSylvain Munaut <tnt@246tNt.com>2010-07-30 01:40:03 +0200
committerSylvain Munaut <tnt@246tNt.com>2010-07-30 01:40:03 +0200
commitef0377b11cac3a432238af03686ad16e0926d580 (patch)
tree1b0ac62088338ae504995ac1d679710da9ee2b81
parent5e81ff03518122c3d343ca74b1570ff8ff59baae (diff)
layer23: Fix Makefile.am noinst_HEADERS for vty.h
Signed-off-by: Sylvain Munaut <tnt@246tNt.com>
-rw-r--r--src/host/layer23/include/osmocom/bb/mobile/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/host/layer23/include/osmocom/bb/mobile/Makefile.am b/src/host/layer23/include/osmocom/bb/mobile/Makefile.am
index 49c8378b..b67dc150 100644
--- a/src/host/layer23/include/osmocom/bb/mobile/Makefile.am
+++ b/src/host/layer23/include/osmocom/bb/mobile/Makefile.am
@@ -1,2 +1,2 @@
noinst_HEADERS = gsm322.h gsm48_cc.h gsm48_mm.h gsm48_rr.h mncc.h settings.h \
- subscriber.h support.h sysinfo.h transaction.h
+ subscriber.h support.h sysinfo.h transaction.h vty.h