Skip to content

Commit

Permalink
(distribute): Filter out xmalloc.c.
Browse files Browse the repository at this point in the history
  • Loading branch information
Ulrich Drepper committed Jan 21, 2002
1 parent 95a647e commit 7d04edc
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions nscd/Makefile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright (C) 1998, 2000 Free Software Foundation, Inc.
# Copyright (C) 1998, 2000, 2002 Free Software Foundation, Inc.
# This file is part of the GNU C Library.

# The GNU C Library is free software; you can redistribute it and/or
Expand Down Expand Up @@ -47,8 +47,9 @@ otherlibs += $(nssobjdir)/libnss_files.a $(resolvobjdir)/libnss_dns.a \
endif

distribute := nscd.h nscd-client.h dbg_log.h \
$(nscd-modules:=.c) nscd_nischeck.c TODO nscd.conf nscd.init \
nscd_proto.h nscd-types.h
$(addsuffix .c, $(filter-out xmalloc, $(nscd-modules))) \
nscd_nischeck.c TODO nscd.conf nscd.init nscd_proto.h \
nscd-types.h

include ../Rules

Expand Down

0 comments on commit 7d04edc

Please sign in to comment.