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

Chris Cheney calc at xiph.org
Thu Jul 11 14:22:01 PDT 2002



calc        02/07/11 14:22:00

  Modified:    src      Makefile.am
  Log:
  -I$(top_builddir)/include fix needed for builddir != srcdir

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

Index: Makefile.am
===================================================================
RCS file: /usr/local/cvsroot/ogg/src/Makefile.am,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- Makefile.am	2002/07/03 04:36:58	1.4
+++ Makefile.am	2002/07/11 21:22:00	1.5
@@ -2,7 +2,7 @@
 
 AUTOMAKE_OPTIONS = foreign
 
-INCLUDES = -I$(top_srcdir)/include
+INCLUDES = -I$(top_srcdir)/include -I$(top_builddir)/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