[xiph-cvs] cvs commit: ogg/src Makefile.am
Jack Moffitt
jack at xiph.org
Thu Nov 2 12:11:34 PST 2000
jack 00/11/02 12:11:34
Modified: src Makefile.am
Log:
$(top_srcdir) may not be the top dir if this in a subproject of something
Revision Changes Path
1.3 +1 -1 ogg/src/Makefile.am
Index: Makefile.am
===================================================================
RCS file: /usr/local/cvsroot/ogg/src/Makefile.am,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- Makefile.am 2000/09/26 18:28:27 1.2
+++ Makefile.am 2000/11/02 20:11:33 1.3
@@ -2,7 +2,7 @@
AUTOMAKE_OPTIONS = foreign
-INCLUDES = -I$(top_srcdir)/include
+INCLUDES = -I../include
lib_LTLIBRARIES = libogg.la
--- >8 ----
List archives: http://www.xiph.org/archives/
Ogg project homepage: http://www.xiph.org/ogg/
To unsubscribe from this list, send a message to 'cvs-request at xiph.org'
containing only the word 'unsubscribe' in the body. No subject is needed.
Unsubscribe messages sent to the list will be ignored/filtered.
More information about the commits
mailing list