summaryrefslogtreecommitdiff
path: root/source3/Makefile.in
diff options
context:
space:
mode:
authorGünther Deschner <gd@samba.org>2007-12-20 01:19:26 +0100
committerGünther Deschner <gd@samba.org>2007-12-21 15:29:11 +0100
commit5479c50c37ee78037a96df8844fd06b1b0c9ccbb (patch)
tree6f78257138fd42bf48eb341840223983a6b77de1 /source3/Makefile.in
parent991112eda710c97dff607dd615c777023395da65 (diff)
downloadsamba-5479c50c37ee78037a96df8844fd06b1b0c9ccbb.tar.gz
samba-5479c50c37ee78037a96df8844fd06b1b0c9ccbb.tar.bz2
samba-5479c50c37ee78037a96df8844fd06b1b0c9ccbb.zip
Merge all headers into libnetapi.h.
Guenther (This used to be commit a2c5beda2ec98dea8951fb3a37774f5f325410ef)
Diffstat (limited to 'source3/Makefile.in')
-rw-r--r--source3/Makefile.in6
1 files changed, 2 insertions, 4 deletions
diff --git a/source3/Makefile.in b/source3/Makefile.in
index fd59ada3f5..d1515c6a48 100644
--- a/source3/Makefile.in
+++ b/source3/Makefile.in
@@ -1833,9 +1833,7 @@ installlibnetapi: installdirs libnetapi
@$(SHELL) $(srcdir)/script/installdirs.sh $(INSTALLPERMS_BIN) $(DESTDIR) $(LIBDIR)
-$(INSTALLLIBCMD_SH) bin/libnetapi.@SHLIBEXT@ $(DESTDIR)$(LIBDIR)
-$(INSTALLLIBCMD_A) bin/libnetapi.a $(DESTDIR)$(LIBDIR)
- -$(INSTALLCMD) -m $(INSTALLPERMS_DATA) $(srcdir)/lib/netapi/libnetapi.h $(DESTDIR)${prefix}/include/samba/libnetapi
- -$(INSTALLCMD) -m $(INSTALLPERMS_DATA) $(srcdir)/lib/netapi/joindomain.h $(DESTDIR)${prefix}/include/samba/libnetapi
- -$(INSTALLCMD) -m $(INSTALLPERMS_DATA) $(srcdir)/lib/netapi/serverinfo.h $(DESTDIR)${prefix}/include/samba/libnetapi
+ -$(INSTALLCMD) -m $(INSTALLPERMS_DATA) $(srcdir)/lib/netapi/libnetapi.h $(DESTDIR)${prefix}/include
installpammodules: $(PAM_MODULES)
@$(SHELL) $(srcdir)/script/installdirs.sh $(INSTALLPERMS_BIN) $(DESTDIR) $(PAMMODULESDIR)
@@ -1924,7 +1922,7 @@ uninstalllibaddns:
uninstalllibnetapi:
-$(UNINSTALLLIBCMD_SH) $(DESTDIR)$(LIBDIR)/libnetapi.@SHLIBEXT@
-$(UNINSTALLLIBCMD_A) $(DESTDIR)$(LIBDIR)/libnetapi.a
- -rm -f $(DESTDIR)${prefix}/include/samba/libnetapi/netapi.h
+ -rm -f $(DESTDIR)${prefix}/include/libnetapi.h
uninstallpammodules:
@for module in $(PAM_MODULES); do \