aboutsummaryrefslogtreecommitdiffstats
path: root/CommonLibs/Makefile.am
diff options
context:
space:
mode:
authorPau Espin Pedrol <pespin@sysmocom.de>2018-02-21 14:59:19 +0100
committerPau Espin Pedrol <pespin@sysmocom.de>2018-03-05 17:16:05 +0100
commitefac20b6bb856eccd4995c4513318375f292a1d1 (patch)
treef2768696d64eca95390a151936d2461de68ba16b /CommonLibs/Makefile.am
parent0bbd8922ea637dbfb013ebf2e79b754f03929cb0 (diff)
Move enums required by VTY to a separate header
This patch is a preparation for next patches, which add full VTY cfg support. Change-Id: I3d5b0576aa96869756f1629a40306c0043b6304b
Diffstat (limited to 'CommonLibs/Makefile.am')
-rw-r--r--CommonLibs/Makefile.am3
1 files changed, 2 insertions, 1 deletions
diff --git a/CommonLibs/Makefile.am b/CommonLibs/Makefile.am
index 5d116f9..613af1e 100644
--- a/CommonLibs/Makefile.am
+++ b/CommonLibs/Makefile.am
@@ -52,4 +52,5 @@ noinst_HEADERS = \
Vector.h \
Logger.h \
trx_vty.h \
- debug.h
+ debug.h \
+ config_defs.h