[xiph-cvs] cvs commit: ogg/src Makefile.am

Chris Cheney calc at xiph.org
Tue Jul 2 21:36:58 PDT 2002



calc        02/07/02 21:36:58

  Modified:    src      Makefile.am
  Log:
  correct include so that builddir != srcdir works

Revision  Changes    Path
1.4       +1 -1      ogg/src/Makefile.am

Index: Makefile.am
===================================================================
RCS file: /usr/local/cvsroot/ogg/src/Makefile.am,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- Makefile.am	2000/11/02 20:11:33	1.3
+++ Makefile.am	2002/07/03 04:36:58	1.4
@@ -2,7 +2,7 @@
 
 AUTOMAKE_OPTIONS = foreign
 
-INCLUDES = -I../include
+INCLUDES = -I$(top_srcdir)/include
 
 lib_LTLIBRARIES = libogg.la
 

<p><p><p>--- >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