Skip to content

Commit 0f12cf6

Browse files
author
Sebastiano Merlino
committed
Solved a dependency problem in tests Makefile.am
1 parent 94f52ca commit 0f12cf6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/Makefile.am

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
1818

1919
LDADD = $(top_builddir)/src/libhttpserver.la
20-
INCLUDES = -I../ -I$(srcdir)/httpserver/
20+
INCLUDES = -I$(top_srcdir)/src -I$(top_srcdir)/src/httpserver/
2121
METASOURCES = AUTO
2222
check_PROGRAMS = basic
2323

0 commit comments

Comments
 (0)