mirror of
https://gitea.osmocom.org/cellular-infrastructure/osmo-hlr.git
synced 2025-10-23 08:22:12 +00:00
Otherwise osmo-hlr is unable to start correctly. Change-Id: I1233fc9b3dc685561f79a34e1c32c459dc1aa685
15 lines
264 B
Makefile
15 lines
264 B
Makefile
EXTRA_DIST = \
|
|
hlr_data.sql \
|
|
hlr.sql \
|
|
$(NULL)
|
|
|
|
sqldir = $(docdir)/sql
|
|
sql_DATA = $(srcdir)/hlr.sql $(srcdir)/hlr_data.sql
|
|
|
|
|
|
install-data-local:
|
|
$(MKDIR_P) $(DESTDIR)$(localstatedir)/lib/osmocom
|
|
|
|
uninstall-hook:
|
|
rm -rf $(DESTDIR)$(localstatedir)/lib/osmocom
|