kopia lustrzana https://gitlab.com/sane-project/backends
Fix new automake warnings
rodzic
97fed76717
commit
79c623628a
|
@ -296,7 +296,7 @@ descriptions-external.db: $(DESC_FILES) ../tools/sane-desc
|
||||||
> descriptions-external.db
|
> descriptions-external.db
|
||||||
|
|
||||||
html-pages: $(HTML_PAGES)
|
html-pages: $(HTML_PAGES)
|
||||||
html: html-pages html-man sane-html
|
html-local: html-pages html-man sane-html
|
||||||
|
|
||||||
clean-local:
|
clean-local:
|
||||||
rm -f *.toc *.aux *.log *.cp *.fn *.tp *.vr *.pg *.ky *.blg *.idx *.cb
|
rm -f *.toc *.aux *.log *.cp *.fn *.tp *.vr *.pg *.ky *.blg *.idx *.cb
|
||||||
|
|
|
@ -9,8 +9,8 @@
|
||||||
#
|
#
|
||||||
|
|
||||||
JAVAROOT=.
|
JAVAROOT=.
|
||||||
CLASSPATH_ENV=.
|
MY_CLASSPATH=.
|
||||||
JAVAH=javah -jni -cp $(CLASSPATH_ENV)
|
JAVAH=javah -jni -cp $(MY_CLASSPATH)
|
||||||
|
|
||||||
# We'll need something in 'configure' for the Java includes.
|
# We'll need something in 'configure' for the Java includes.
|
||||||
AM_CPPFLAGS += -I. -I$(srcdir) -I$(top_builddir)/include \
|
AM_CPPFLAGS += -I. -I$(srcdir) -I$(top_builddir)/include \
|
||||||
|
|
Ładowanie…
Reference in New Issue