diff options
| author | Bdale Garbee <bdale@gag.com> | 2009-08-18 14:03:16 -0600 | 
|---|---|---|
| committer | Bdale Garbee <bdale@gag.com> | 2009-08-18 14:03:16 -0600 | 
| commit | 0fcc426f96577ebbaf0c2d009cd2708e974de315 (patch) | |
| tree | 45db638cca0c9af293b30981f78f8a17e5c7cc03 /configure.ac | |
| parent | 91b85929df6a3464396702fd177a6f74c6f28c7a (diff) | |
| parent | 9789ca5e8caa9a013e804f307b9da380e147bd75 (diff) | |
Merge branch 'master' into debian
Diffstat (limited to 'configure.ac')
| -rw-r--r-- | configure.ac | 18 | 
1 files changed, 9 insertions, 9 deletions
| diff --git a/configure.ac b/configure.ac index e3bc2df9..b52bb6e9 100644 --- a/configure.ac +++ b/configure.ac @@ -73,13 +73,13 @@ PKG_CHECK_MODULES([ALSA], [alsa])  AC_OUTPUT([  Makefile -aoview/Makefile -cctools/Makefile -cctools/lib/Makefile -cctools/ccload/Makefile -cctools/s51/Makefile -cctools/ccmanual/Makefile -cctools/ccdump/Makefile -cctools/aoload/Makefile -utils/Makefile +ao-view/Makefile +ao-tools/Makefile +ao-tools/lib/Makefile +ao-tools/ao-rawload/Makefile +ao-tools/ao-dbg/Makefile +ao-tools/ao-bitbang/Makefile +ao-tools/ao-eeprom/Makefile +ao-tools/ao-load/Makefile +ao-utils/Makefile  ]) | 
