Osmocom E1 Daemon (for icE1usb USB E1 adapter) and OCTOI
https://osmocom.org/projects/osmo-e1d
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
31 lines
540 B
31 lines
540 B
AUTOMAKE_OPTIONS = foreign dist-bzip2
|
|
|
|
SUBDIRS = \
|
|
contrib \
|
|
doc \
|
|
src \
|
|
include \
|
|
tests \
|
|
$(NULL)
|
|
|
|
EXTRA_DIST = \
|
|
.version \
|
|
debian \
|
|
doc \
|
|
git-version-gen \
|
|
$(NULL)
|
|
|
|
pkgconfigdir = $(libdir)/pkgconfig
|
|
pkgconfig_DATA = libosmo-e1d.pc libosmo-octoi.pc
|
|
|
|
AM_DISTCHECK_CONFIGURE_FLAGS = \
|
|
--with-systemdsystemunitdir=$$dc_install_base/$(systemdsystemunitdir)
|
|
|
|
|
|
@RELMAKE@
|
|
|
|
BUILT_SOURCES = $(top_srcdir)/.version
|
|
$(top_srcdir)/.version:
|
|
echo $(VERSION) > $@-t && mv $@-t $@
|
|
dist-hook:
|
|
echo $(VERSION) > $(distdir)/.tarball-version
|
|
|