Use automake to build sample programs.

This commit is contained in:
rocky
2003-09-28 22:11:00 +00:00
parent 696027898b
commit 96afc5ba45
10 changed files with 469 additions and 29 deletions

View File

@@ -1,5 +1,5 @@
/*
$Id: sample2.c,v 1.2 2003/08/09 11:52:00 rocky Exp $
$Id: sample2.c,v 1.3 2003/09/28 22:11:00 rocky Exp $
Copyright (C) 2003 Rocky Bernstein <rocky@panix.com>
@@ -20,6 +20,9 @@
/* Simple program to show drivers installed and what the default
CD-ROM drive is. */
#ifdef HAVE_CONFIG_H
# include "config.h"
#endif
#include <stdio.h>
#include <sys/types.h>
#include <cdio/cdio.h>