[xiph-commits] r9579 - in trunk/ghost: . libghost
jm at svn.xiph.org
jm at svn.xiph.org
Sun Jul 17 16:39:08 PDT 2005
Author: jm
Date: 2005-07-17 16:39:06 -0700 (Sun, 17 Jul 2005)
New Revision: 9579
Added:
trunk/ghost/libghost/
trunk/ghost/libghost/Makefile.am
trunk/ghost/libghost/ghost.c
Log:
some template stuff for the library
Added: trunk/ghost/libghost/Makefile.am
===================================================================
--- trunk/ghost/libghost/Makefile.am 2005-07-17 23:35:23 UTC (rev 9578)
+++ trunk/ghost/libghost/Makefile.am 2005-07-17 23:39:06 UTC (rev 9579)
@@ -0,0 +1,17 @@
+# Disable automatic dependency tracking if using other tools than gcc and gmake
+#AUTOMAKE_OPTIONS = no-dependencies
+
+
+#EXTRA_DIST=
+
+#INCLUDES = -I$(top_srcdir)/include -I$(top_builddir)/include -I$(top_builddir) @OGG_CFLAGS@
+
+lib_LTLIBRARIES = libghost.la
+
+# Sources for compilation in the library
+libghost_la_SOURCES = ghost.c
+
+#noinst_HEADERS =
+
+libghost_la_LDFLAGS = -version-info @GHOST_LT_CURRENT@:@GHOST_LT_REVISION@:@GHOST_LT_AGE@
+
Added: trunk/ghost/libghost/ghost.c
===================================================================
More information about the commits
mailing list