diff options
author | Stefan Metzmacher <metze@samba.org> | 2006-05-16 16:51:34 +0000 |
---|---|---|
committer | Gerald (Jerry) Carter <jerry@samba.org> | 2007-10-10 14:07:25 -0500 |
commit | e1c7a38b2c6cea81892fe837581e6635df11e625 (patch) | |
tree | df18dfa2f066d3a0ca7dabd3a53598303949d80a /source4 | |
parent | 410fb90322cf47780a9af4f5e38e57fcfa528471 (diff) | |
download | samba-e1c7a38b2c6cea81892fe837581e6635df11e625.tar.gz samba-e1c7a38b2c6cea81892fe837581e6635df11e625.tar.bz2 samba-e1c7a38b2c6cea81892fe837581e6635df11e625.zip |
r15641: we know have source/version.h
metze
(This used to be commit c505ce9d3b9ce9c3db6652f8f9721ca95229d2ff)
Diffstat (limited to 'source4')
-rw-r--r-- | source4/main.mk | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/source4/main.mk b/source4/main.mk index 0cf18ec6ad..8e6c04da5f 100644 --- a/source4/main.mk +++ b/source4/main.mk @@ -34,8 +34,8 @@ include kdc/config.mk include passdb/config.mk DEFAULT_HEADERS = $(srcdir)/include/core.h \ - $(srcdir)/include/dlinklist.h \ - $(srcdir)/version.h + $(srcdir)/include/dlinklist.h \ + $(srcdir)/version.h binaries: $(BINARIES) libraries: $(STATIC_LIBS) $(SHARED_LIBS) @@ -258,7 +258,7 @@ removebackup: realdistclean: distclean removebackup -rm -f include/config_tmp.h.in - -rm -f include/version.h + -rm -f version.h -rm -f configure -rm -f $(MANPAGES) |