aboutsummaryrefslogtreecommitdiffstats
path: root/include/osmocom/Makefile.am
diff options
context:
space:
mode:
authorHarald Welte <laforge@gnumonks.org>2012-06-17 23:05:26 +0800
committerHarald Welte <laforge@gnumonks.org>2012-06-17 23:05:26 +0800
commit641f7cee5dfe137ecb40c7a461b6235d205fc715 (patch)
treed1de06a3b81c5e62e741054770bfa26a0bda0f82 /include/osmocom/Makefile.am
parente02b9f404cdf58f829b669f95f6cb7ae8068e417 (diff)
libosmogb: move files to proper location and fix build0.5.0
Diffstat (limited to 'include/osmocom/Makefile.am')
-rw-r--r--include/osmocom/Makefile.am4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/osmocom/Makefile.am b/include/osmocom/Makefile.am
index 21f4f2d0..bd3b89bd 100644
--- a/include/osmocom/Makefile.am
+++ b/include/osmocom/Makefile.am
@@ -1,5 +1,5 @@
if ENABLE_VTY
-SUBDIRS = vty codec crypt gsm core
+SUBDIRS = vty codec crypt gsm gprs core
else
-SUBDIRS = codec crypt gsm core
+SUBDIRS = codec crypt gsm gprs core
endif