Imported Upstream version 1.8.7
[debian/sudo] / plugins / system_group / Makefile.in
index aaac4bbca6e94a754210ff6931ae72dbec7f2f9c..7558b9c28d8e1bf11ab49044a1ccd55a41075cdf 100644 (file)
@@ -1,5 +1,5 @@
 #
-# Copyright (c) 2011-2012 Todd C. Miller <Todd.Miller@courtesan.com>
+# Copyright (c) 2011-2013 Todd C. Miller <Todd.Miller@courtesan.com>
 #
 # Permission to use, copy, modify, and distribute this software for any
 # purpose with or without fee is hereby granted, provided that the above
@@ -119,10 +119,10 @@ install-includes:
 install-doc:
 
 install-plugin: install-dirs system_group.la
-       $(INSTALL) -b~ -m $(shlib_mode) .libs/system_group$(soext) $(DESTDIR)$(plugindir)
+       $(INSTALL) -b~ -m $(shlib_mode) .libs/system_group$(soext) $(DESTDIR)$(plugindir)/system_group.so
 
 uninstall:
-       -rm -f $(DESTDIR)$(plugindir)/system_group$(soext)
+       -rm -f $(DESTDIR)$(plugindir)/system_group.so
 
 check: