[xiph-cvs] cvs commit: theora/lib Makefile.am

Ralph Giles giles at xiph.org
Mon Apr 7 07:43:00 PDT 2003



giles       03/04/07 10:43:00

  Modified:    lib      Makefile.am
  Log:
  Refer to $top_srcdir in the include path to allow building from a separate
  source directory. Also -I. is redundant. Patch from Rodolphe Ortalo.

Revision  Changes    Path
1.2       +1 -1      theora/lib/Makefile.am

Index: Makefile.am
===================================================================
RCS file: /usr/local/cvsroot/theora/lib/Makefile.am,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- Makefile.am	23 Sep 2002 03:02:08 -0000	1.1
+++ Makefile.am	7 Apr 2003 14:42:59 -0000	1.2
@@ -1,6 +1,6 @@
 AUTOMAKE_OPTIONS = foreign
 
-INCLUDES = -I./ -I../include
+INCLUDES = -I$(top_srcdir)/include
 
 lib_LTLIBRARIES = libtheora.la
 

<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