mirror of
https://github.com/irssi/irssi.git
synced 2026-08-20 00:52:30 +02:00
Use full paths to includes
This commit is contained in:
parent
d5fd789674
commit
7e6e1f2e10
303 changed files with 1834 additions and 1901 deletions
|
|
@ -765,6 +765,13 @@ themes/Makefile
|
|||
irssi-config
|
||||
])
|
||||
|
||||
dnl ** make the paths like include headers later
|
||||
AC_CONFIG_LINKS([
|
||||
irssi/irssi-config.h:irssi-config.h
|
||||
irssi/irssi-version.h:irssi-version.h
|
||||
])
|
||||
AC_LINK_FILES([$srcdir/src],[irssi/src])
|
||||
|
||||
AC_OUTPUT
|
||||
|
||||
dnl ** for building from objdir
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue