diff --git a/ChangeLog b/ChangeLog index 10e8e475d1..9c8c343ca5 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2005-07-19 Andy Wingo + + * ext/Makefile.am: Enable dvdev and raw1394src. + 2005-07-18 Andy Wingo * configure.ac: Use AS_LIBTOOL_TAGS. Fix crap gettext commit diff --git a/ext/Makefile.am b/ext/Makefile.am index ebc799eee2..7aac99706b 100644 --- a/ext/Makefile.am +++ b/ext/Makefile.am @@ -184,11 +184,11 @@ else LIBCACA_DIR= endif -# if USE_LIBDV -# LIBDV_DIR=dv -# else +if USE_LIBDV +LIBDV_DIR=dv +else LIBDV_DIR= -# endif +endif # if USE_LIBFAME # LIBFAME_DIR=libfame @@ -286,11 +286,11 @@ NAS_DIR= PANGO_DIR= # endif -# if USE_DV1394 -# DV1394_DIR=raw1394 -# else +if USE_DV1394 +DV1394_DIR=raw1394 +else DV1394_DIR= -# endif +endif # if USE_SDL # SDL_DIR=sdl