mirror of
https://github.com/irungentoo/toxcore.git
synced 2024-03-22 13:30:51 +08:00
This fixes out of tree builds
Should be references from top_builddir
This commit is contained in:
parent
f98e0f59aa
commit
9bec6f0183
|
@ -3,10 +3,10 @@ SUBDIRS = build
|
|||
ACLOCAL_AMFLAGS = -I m4
|
||||
|
||||
pkgconfigdir = $(libdir)/pkgconfig
|
||||
pkgconfig_DATA = $(top_srcdir)/libtoxcore.pc
|
||||
pkgconfig_DATA = $(top_builddir)/libtoxcore.pc
|
||||
|
||||
BUILT_SOURCES = $(top_srcdir)/libtoxcore.pc
|
||||
CLEANFILES = $(top_srcdir)/libtoxcore.pc
|
||||
BUILT_SOURCES = $(top_builddir)/libtoxcore.pc
|
||||
CLEANFILES = $(top_builddir)/libtoxcore.pc
|
||||
|
||||
|
||||
EXTRA_DIST = \
|
||||
|
|
Loading…
Reference in New Issue
Block a user