trivial: Add missing files to dist
This commit is contained in:
parent
4e5b31b8fc
commit
6500026ba7
|
|
@ -25,6 +25,7 @@ libostreeincludedir = $(includedir)/ostree-1
|
||||||
libostreeinclude_HEADERS = $(libostree_public_headers)
|
libostreeinclude_HEADERS = $(libostree_public_headers)
|
||||||
|
|
||||||
libostree_1_la_SOURCES = \
|
libostree_1_la_SOURCES = \
|
||||||
|
src/libostree/ostree-core-private.h \
|
||||||
src/libostree/ostree-core.c \
|
src/libostree/ostree-core.c \
|
||||||
src/libostree/ostree-checksum-input-stream.c \
|
src/libostree/ostree-checksum-input-stream.c \
|
||||||
src/libostree/ostree-checksum-input-stream.h \
|
src/libostree/ostree-checksum-input-stream.h \
|
||||||
|
|
@ -109,5 +110,6 @@ libostree_1_la_LIBADD += $(GPGME_LIBS)
|
||||||
|
|
||||||
gpgreadme_DATA = src/libostree/README-gpg
|
gpgreadme_DATA = src/libostree/README-gpg
|
||||||
gpgreadmedir = $(pkgdatadir)
|
gpgreadmedir = $(pkgdatadir)
|
||||||
|
EXTRA_DIST += src/libostree/README-gpg
|
||||||
endif
|
endif
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -72,10 +72,7 @@ gpginsttest_DATA = tests/gpghome/secring.gpg \
|
||||||
echo 'Type=session' >> $@.tmp; \
|
echo 'Type=session' >> $@.tmp; \
|
||||||
mv $@.tmp $@)
|
mv $@.tmp $@)
|
||||||
|
|
||||||
testmetadir = $(datadir)/installed-tests/$(PACKAGE)
|
insttest_PROGRAMS += test-varint
|
||||||
testmeta_DATA = $(testfiles:=.test)
|
|
||||||
|
|
||||||
insttest_PROGRAMS = test-varint
|
|
||||||
test_varint_SOURCES = src/libostree/ostree-varint.c tests/test-varint.c
|
test_varint_SOURCES = src/libostree/ostree-varint.c tests/test-varint.c
|
||||||
test_varint_CFLAGS = $(ostree_bin_shared_cflags) $(OT_INTERNAL_GIO_UNIX_CFLAGS)
|
test_varint_CFLAGS = $(ostree_bin_shared_cflags) $(OT_INTERNAL_GIO_UNIX_CFLAGS)
|
||||||
test_varint_LDADD = $(ostree_bin_shared_ldadd) $(OT_INTERNAL_GIO_UNIX_LIBS)
|
test_varint_LDADD = $(ostree_bin_shared_ldadd) $(OT_INTERNAL_GIO_UNIX_LIBS)
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue