diff options
Diffstat (limited to 'ext/Makefile.am')
-rw-r--r-- | ext/Makefile.am | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/ext/Makefile.am b/ext/Makefile.am index 0bf562e7..419b27a9 100644 --- a/ext/Makefile.am +++ b/ext/Makefile.am @@ -94,12 +94,6 @@ endif G729_DIR= #endif -if USE_GIO -GIO_DIR=gio -else -GIO_DIR= -endif - if USE_GSM GSM_DIR=gsm else @@ -302,7 +296,6 @@ SUBDIRS=\ $(DTS_DIR) \ $(FAAC_DIR) \ $(FAAD_DIR) \ - $(GIO_DIR) \ $(GSM_DIR) \ $(G729_DIR) \ $(HERMES_DIR) \ @@ -345,7 +338,6 @@ DIST_SUBDIRS = \ directfb \ faac \ faad \ - gio \ gsm \ ivorbis \ ladspa \ |