]> arthur.barton.de Git - netatalk.git/commitdiff
Survive make distcheck
authorfranklahm <franklahm>
Mon, 27 Apr 2009 08:04:22 +0000 (08:04 +0000)
committerfranklahm <franklahm>
Mon, 27 Apr 2009 08:04:22 +0000 (08:04 +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 f85428a09aea7c206d429daa5fd77be04acacf78..e7fd218ba75f1833f8b17e7e39e0e742532bc5b5 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.4 2009-01-06 20:00:59 morgana Exp $
+# $Id: Makefile.in,v 1.5 2009-04-27 08:04:22 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