]> arthur.barton.de Git - netatalk.git/commitdiff
Survive make distcheck netatalk-2-0-4-rc1
authorfranklahm <franklahm>
Fri, 24 Apr 2009 17:10:14 +0000 (17:10 +0000)
committerfranklahm <franklahm>
Fri, 24 Apr 2009 17:10:14 +0000 (17:10 +0000)
config/Makefile.am
sys/solaris/Makefile.in

index 2b62afbca5a7c5f216443d4e7053eb89a6955396..b12632c0fcbacbc8cadb540f20018144b94597f5 100644 (file)
@@ -58,8 +58,22 @@ install-data-local: install-config-files $(PAMFILES)
            echo "not overwriting $(DESTDIR)$(pamdir)/netatalk"; \
        fi; 
 
+uninstall-local:
+       echo rm -f $(DESTDIR)$(pamdir)/netatalk; \
+       rm -f $(DESTDIR)$(pamdir)/netatalk; \
+       for f in $(CONFFILES) $(GENFILES); do \
+               echo rm -f $(DESTDIR)$(pkgconfdir)/$$f; \
+               rm -f $(DESTDIR)$(pkgconfdir)/$$f; \
+       done
+
 else
 
 install-data-local: install-config-files
 
+uninstall-local:
+    for f in $(CONFFILES) $(GENFILES); do \
+        echo rm -f $(DESTDIR)$(pkgconfdir)/$$f; \
+        rm -f $(DESTDIR)$(pkgconfdir)/$$f; \
+    done
+
 endif 
index 5efe70577d09c08dc37929b534ece8e0b0123be9..b35d5d86e149b2f5228d5eedb27d58810a64e017 100644 (file)
@@ -1,7 +1,7 @@
 # Solaris specific defines, passed to subdirectories.
 # To use Sun CC, uncomment the CC and KFLAGS variables.
 #
-# $Id: Makefile.in,v 1.1.2.4.2.2 2009-01-10 20:14:29 didg Exp $
+# $Id: Makefile.in,v 1.1.2.4.2.3 2009-04-24 17:10:14 franklahm Exp $
 # This Makefile.in is not automake generated
 # copy and paste from automake Makefile.in
 srcdir = @srcdir@
@@ -156,5 +156,9 @@ check:
 
 tags:
 
+dvi:
+
+installcheck:
+
 # DO NOT DELETE THIS LINE