[xiph-commits] r9006 - in branches/ogg2-arc/include: . ogg

arc at motherfish-iii.xiph.org arc at motherfish-iii.xiph.org
Wed Mar 2 03:58:31 PST 2005


Author: arc
Date: 2005-03-02 03:58:29 -0800 (Wed, 02 Mar 2005)
New Revision: 9006

Added:
   branches/ogg2-arc/include/ogg/
Modified:
   branches/ogg2-arc/include/Makefile.am
   branches/ogg2-arc/include/ogg/Makefile.am
Log:
Adding libogg1 includes for backward compatability



Modified: branches/ogg2-arc/include/Makefile.am
===================================================================
--- branches/ogg2-arc/include/Makefile.am	2005-03-02 11:40:48 UTC (rev 9005)
+++ branches/ogg2-arc/include/Makefile.am	2005-03-02 11:58:29 UTC (rev 9006)
@@ -2,4 +2,4 @@
 
 AUTOMAKE_OPTIONS = foreign
 
-SUBDIRS = ogg2
+SUBDIRS = ogg ogg2

Copied: branches/ogg2-arc/include/ogg (from rev 9005, trunk/ogg/include/ogg)

Modified: branches/ogg2-arc/include/ogg/Makefile.am
===================================================================
--- trunk/ogg/include/ogg/Makefile.am	2005-03-02 11:40:48 UTC (rev 9005)
+++ branches/ogg2-arc/include/ogg/Makefile.am	2005-03-02 11:58:29 UTC (rev 9006)
@@ -1,6 +1,7 @@
 ## Process this file with automake to produce Makefile.in
 
-oggincludedir = $(includedir)/ogg
+AUTOMAKE_OPTIONS = foreign
 
-ogginclude_HEADERS = ogg.h os_types.h
-nodist_ogginclude_HEADERS = config_types.h
+includedir = $(prefix)/include/ogg
+
+include_HEADERS = ogg.h os_types.h config_types.h



More information about the commits mailing list