aboutsummaryrefslogtreecommitdiffstats
path: root/sql/Makefile.am
diff options
context:
space:
mode:
authorNeels Hofmeyr <nhofmeyr@sysmocom.de>2016-12-11 00:27:48 +0100
committerNeels Hofmeyr <nhofmeyr@sysmocom.de>2016-12-11 01:07:26 +0100
commit40d8b01deae185a3f043c242842e254ae67a42c2 (patch)
tree638e9877020cc113306d04220629175a1c607422 /sql/Makefile.am
parent7f8c3010058ae6d0cda8f651931068195af8a19b (diff)
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
Diffstat (limited to 'sql/Makefile.am')
-rw-r--r--sql/Makefile.am4
1 files changed, 4 insertions, 0 deletions
diff --git a/sql/Makefile.am b/sql/Makefile.am
new file mode 100644
index 0000000..059a571
--- /dev/null
+++ b/sql/Makefile.am
@@ -0,0 +1,4 @@
+EXTRA_DIST = \
+ hlr_data.sql \
+ hlr.sql \
+ $(NULL)