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.
16 lines
305 B
16 lines
305 B
AUTOMAKE_OPTIONS = foreign dist-bzip2
|
|
|
|
SUBDIRS = src include
|
|
|
|
EXTRA_DIST = asn1 .version README.md
|
|
|
|
pkgcofigdir = $(libdir)/pkgconfig
|
|
|
|
@RELMAKE@
|
|
|
|
BUILT_SOURCES = $(top_srcdir)/.version
|
|
$(top_srcdir)/.version:
|
|
echo $(VERSION) > $@-t && mv $@-t $@
|
|
dist-hook:
|
|
echo $(VERSION) > $(distdir)/.tarball-version
|