tests -> test

All public includes are included via #include <cdio/....h> rather than
#include "....h"

(removed -I $top_srcdir/include/cdio)
This commit is contained in:
rocky
2003-04-22 12:09:08 +00:00
parent 03e4850106
commit adfb8564c9
51 changed files with 100 additions and 106 deletions

View File

@@ -1,4 +1,4 @@
# $Id: Makefile.am,v 1.6 2003/04/22 01:34:20 rocky Exp $
# $Id: Makefile.am,v 1.7 2003/04/22 12:09:08 rocky Exp $
#
# Copyright (C) 2003 Rocky Bernstein <rocky@panix.com>
#
@@ -22,8 +22,8 @@
EXTRA_DIST = libpopt.m4 THANKS
# SUBDIRS = doc include lib src tests
SUBDIRS = include lib src tests
# SUBDIRS = doc include lib src test
SUBDIRS = include lib src test
# pkg-config(1) related rules
pkgconfigdir = $(libdir)/pkgconfig