Fixed include dir (prefix).
This commit is contained in:
parent
07220f6c5a
commit
f1a44e73ae
@ -1117,7 +1117,7 @@ docdir = $(datadir)/doc/$(GENERIC_LIBRARY_NAME)
|
|||||||
|
|
||||||
AUTOMAKE_OPTIONS = no-dependencies foreign
|
AUTOMAKE_OPTIONS = no-dependencies foreign
|
||||||
INTERNALS =
|
INTERNALS =
|
||||||
INCLUDES = -I$(top_srcdir) -I$(srcdir) @PKGCONFIG_CFLAGS@ @EXTRA_CFLAGS@
|
INCLUDES = -I$(prefix)/include -I$(top_srcdir) @PKGCONFIG_CFLAGS@ @EXTRA_CFLAGS@
|
||||||
""")
|
""")
|
||||||
|
|
||||||
Makefile_am.write('lib_LTLIBRARIES = ' + packageVersionedName + '.la\n')
|
Makefile_am.write('lib_LTLIBRARIES = ' + packageVersionedName + '.la\n')
|
||||||
|
Loading…
Reference in New Issue
Block a user