[xiph-cvs] cvs commit: ices/src Makefile.am
Brendan
brendan at xiph.org
Thu Mar 27 08:43:43 PST 2003
brendan 03/03/27 11:43:43
Modified: src Makefile.am
Log:
Use $(srcdir) for builds outside of source tree
Revision Changes Path
1.16 +1 -1 ices/src/Makefile.am
Index: Makefile.am
===================================================================
RCS file: /usr/local/cvsroot/ices/src/Makefile.am,v
retrieving revision 1.15
retrieving revision 1.16
diff -u -r1.15 -r1.16
--- Makefile.am 26 Mar 2003 22:40:10 -0000 1.15
+++ Makefile.am 27 Mar 2003 16:43:42 -0000 1.16
@@ -28,7 +28,7 @@
ices_LDADD = log/libicelog.la @ALSA_LIBS@
-INCLUDES = -Inet -Ithread -Iavl -Ilog -Itiming
+INCLUDES = -I$(srcdir)/net -I$(srcdir)/thread -I$(srcdir)/avl -I$(srcdir)/log -I$(srcdir)/timing
debug:
$(MAKE) all CFLAGS="@DEBUG@"
<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