build with autoconf/automake, add jenkins.sh script

Add configure.ac and Makefile.ams to build with
  autoreconf && ./configure && make
like most other Osmocom projects.

Add jenkins.sh for a gerrit build job to verify patches.

Change-Id: I6b4419dd519f3d0a75235d0c22bf899f075347a3
This commit is contained in:
Neels Hofmeyr
2016-12-11 00:27:48 +01:00
parent 7f8c301005
commit 40d8b01dea
8 changed files with 335 additions and 19 deletions

4
sql/Makefile.am Normal file
View File

@@ -0,0 +1,4 @@
EXTRA_DIST = \
hlr_data.sql \
hlr.sql \
$(NULL)