[xiph-commits] r9388 - trunk/vorbis-tools/ogginfo
j at motherfish-iii.xiph.org
j at motherfish-iii.xiph.org
Tue Jun 7 04:47:51 PDT 2005
Author: j
Date: 2005-06-07 04:47:49 -0700 (Tue, 07 Jun 2005)
New Revision: 9388
Modified:
trunk/vorbis-tools/ogginfo/Makefile.am
Log:
fix make dist
Modified: trunk/vorbis-tools/ogginfo/Makefile.am
===================================================================
--- trunk/vorbis-tools/ogginfo/Makefile.am 2005-06-07 09:08:44 UTC (rev 9387)
+++ trunk/vorbis-tools/ogginfo/Makefile.am 2005-06-07 11:47:49 UTC (rev 9388)
@@ -2,9 +2,13 @@
AUTOMAKE_OPTIONS = foreign
+
mans = ogginfo.1
ogginfosources = ogginfo2.c theora.c
+noinst_HEADERS = \
+ theora.h
+
datadir = @datadir@
localedir = $(datadir)/locale
DEFS = -DLOCALEDIR=\"$(localedir)\" @DEFS@
More information about the commits
mailing list