Skip to content

Commit ef42246

Browse files
committed
Fix missing include path in auplugin
1 parent 2e962c1 commit ef42246

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

auplugin/Makefile.am

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
SUBDIRS = test
2525
VERSION_INFO = 1:0
2626
AM_CFLAGS = -fPIC -DPIC -D_GNU_SOURCE ${WFLAGS}
27-
AM_CPPFLAGS = -I${top_srcdir} -I${top_srcdir}/auplugin
27+
AM_CPPFLAGS = -I${top_srcdir} -I${top_srcdir}/lib -I${top_srcdir}/auplugin
2828

2929
lib_LTLIBRARIES = libauplugin.la
3030
include_HEADERS = auplugin.h

0 commit comments

Comments
 (0)