Radish alpha
H
rad:z3QDZAW2FAfuLvihrhiyDC9fAD8G9
HardenedBSD Package Manager
Radicle
Git
Replace incorrect to builddir with srcdir.
Landon Fuller committed 11 years ago
commit 6e36cc859ef5ff19d945454550010d9a0e9220af
parent bbece3b
1 file changed +1 -1
modified src/Makefile.am
@@ -43,7 +43,7 @@ pkg_LDADD= $(top_builddir)/libpkg/libpkg.la \
			-lcrypto
pkg_CFLAGS=		-I$(top_srcdir)/libpkg \
			-I$(top_builddir)/libpkg \
-
			-I$(top_builddir)/compat \
+
			-I$(top_srcdir)/compat \
			-I$(top_srcdir)/external/libsbuf \
			-I$(top_srcdir)/external/uthash \
			-I$(top_srcdir)/external/expat/lib \