diff options
Diffstat (limited to 'ext/Makefile.am')
-rw-r--r-- | ext/Makefile.am | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/ext/Makefile.am b/ext/Makefile.am index af823448..5add82c2 100644 --- a/ext/Makefile.am +++ b/ext/Makefile.am @@ -52,11 +52,11 @@ else DC1394_DIR= endif -# if USE_DIRAC -# DIRAC_DIR=dirac -# else +if USE_DIRAC +DIRAC_DIR=dirac +else DIRAC_DIR= -# endif +endif if USE_DIRECTFB DIRECTFB_DIR=directfb @@ -343,6 +343,7 @@ DIST_SUBDIRS = \ bz2 \ cdaudio \ dc1394 \ + dirac \ directfb \ faac \ faad \ |