mirror of
https://github.com/SideStore/SideStore.git
synced 2026-02-20 12:13:26 +01:00
More spm fixes
This commit is contained in:
18
Sources/libimobiledevice/dependencies/libplist/Makefile.am
Normal file
18
Sources/libimobiledevice/dependencies/libplist/Makefile.am
Normal file
@@ -0,0 +1,18 @@
|
||||
AUTOMAKE_OPTIONS = foreign
|
||||
ACLOCAL_AMFLAGS = -I m4
|
||||
SUBDIRS = libcnary src include tools test
|
||||
if HAVE_CYTHON
|
||||
SUBDIRS += cython
|
||||
endif
|
||||
if BUILD_FUZZERS
|
||||
SUBDIRS += fuzz
|
||||
endif
|
||||
|
||||
docs/html: $(top_builddir)/doxygen.cfg $(top_srcdir)/include/plist/*.h
|
||||
rm -rf docs
|
||||
doxygen doxygen.cfg
|
||||
|
||||
docs: doxygen.cfg docs/html
|
||||
|
||||
clean-local:
|
||||
rm -rf docs
|
||||
Reference in New Issue
Block a user