From c3adb22334df083ccf82080ff7d120f21e48303e Mon Sep 17 00:00:00 2001 From: Jack Moffitt Date: Thu, 2 Nov 2000 20:11:33 +0000 Subject: $(top_srcdir) may not be the top dir if this in a subproject of something git-svn-id: http://svn.xiph.org/trunk/ogg@874 0101bb08-14d6-0310-b084-bc0e0c8e3800 --- src/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/Makefile.am') diff --git a/src/Makefile.am b/src/Makefile.am index 27922ab..ab30d11 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -2,7 +2,7 @@ AUTOMAKE_OPTIONS = foreign -INCLUDES = -I$(top_srcdir)/include +INCLUDES = -I../include lib_LTLIBRARIES = libogg.la -- cgit v1.2.1