Adding upstream version 0.1.1.
Signed-off-by: Daniel Baumann <daniel@debian.org>
This commit is contained in:
parent
4664226545
commit
d3d193d4ac
35 changed files with 2608 additions and 0 deletions
15
Makefile.am
Normal file
15
Makefile.am
Normal file
|
@ -0,0 +1,15 @@
|
|||
ACLOCAL_AMFLAGS = -I m4
|
||||
|
||||
MAINTAINERCLEANFILES = $(srcdir)/Makefile.in \
|
||||
$(srcdir)/src/config.h.in~ \
|
||||
$(srcdir)/configure
|
||||
|
||||
SUBDIRS = src
|
||||
|
||||
pkgconfig_DATA = libtinyframe.pc
|
||||
|
||||
dist_doc_DATA = README.md CHANGES COPYING COPYING.LESSER
|
||||
|
||||
EXTRA_DIST = m4
|
||||
|
||||
test: check
|
Loading…
Add table
Add a link
Reference in a new issue