changed to have make clean do a distclean and add ldconfig when installing
authordavilla <davilla@4pi.com>
Wed, 5 Oct 2011 05:47:06 +0000 (01:47 -0400)
committerdavilla <davilla@4pi.com>
Wed, 5 Oct 2011 05:47:25 +0000 (01:47 -0400)
lib/libshairport/Makefile

index b977104..588734f 100644 (file)
@@ -50,10 +50,11 @@ $(SO_NAME): $(SOURCE)
 
 install:
        make -C $(SOURCE) install
+       ldconfig
 
 clean:
-       make -C $(SOURCE) clean
+       rm -rf $(SOURCE)
+       #make -C $(SOURCE) clean
 
 distclean::
        rm -rf $(SOURCE)
-