clean up old stuff
[openwrt.git] / package / libao / Makefile
index 44d010c..5df454c 100644 (file)
@@ -49,6 +49,10 @@ $(PKG_BUILD_DIR)/.configured:
                        --enable-static \
                        --disable-rpath \
                        --with-gnu-ld \
+                       --disable-esd \
+                       --disable-arts \
+                       --disable-nas \
+                       --disable-polyp \
        );
        touch $@
 
@@ -87,8 +91,8 @@ uninstall-dev:
                $(STAGING_DIR)/usr/lib/libao.so* \
                $(STAGING_DIR)/usr/lib/pkgconfig/ao.pc \
 
-compile: install-dev
-clean: uninstall-dev
+compile-targets: install-dev
+clean-targets: uninstall-dev
 
 mostlyclean:
        -$(MAKE) -C $(PKG_BUILD_DIR) clean
This page took 0.030598 seconds and 4 git commands to generate.