~ubuntu-branches/ubuntu/precise/super/precise-security

« back to all changes in this revision

Viewing changes to Makefile.in

  • Committer: Bazaar Package Importer
  • Author(s): Robert Luberda
  • Date: 2005-11-17 18:50:03 UTC
  • mfrom: (1.1.2 upstream)
  • Revision ID: james.westby@ubuntu.com-20051117185003-cytgskvjv7jxdsx2
Tags: 3.26.1-1
* New upstream version.
* debian/control: Standards-Version: 3.6.2.
* Remove lintian source overrides file, it's not needed.
* Fix format of the `closes' clauses at the end of this changelog 
  to make lintian happy.

Show diffs side-by-side

added added

removed removed

Lines of Context:
140
140
MOST_SRC= $(SUPER_SRC) $(SETUID_SRC)
141
141
 
142
142
SUPER_C_SRC = super.c approve.c checks.c colon.c braces.c error.c \
143
 
        getpass.c gsgroups.c hsearch.c options.c pam.c \
 
143
        getpass.c gsgroups.c s_hsearch.c options.c pam.c \
144
144
        p_regex.c s_regex.c s_re_fail.c rsyslog.c \
145
145
        strqtokS.c time.c utils.c wildmat.c
146
146
 
147
 
SUPER_H_SRC = hsearch.h version.h options.h super.h
 
147
SUPER_H_SRC = s_hsearch.h version.h options.h super.h
148
148
 
149
149
SUPER_SRC = $(SUPER_C_SRC) $(SUPER_H_SRC)
150
150
 
151
151
SETUID_SRC = setuid.c
152
152
 
153
153
SUPER_OBJ= super.o approve.o checks.o colon.o braces.o error.o \
154
 
        getpass.o gsgroups.o hsearch.o options.o \
 
154
        getpass.o gsgroups.o s_hsearch.o options.o \
155
155
        p_regex.o s_regex.o s_re_fail.o rsyslog.o \
156
156
        strqtokS.o time.o utils.o wildmat.o @LIBOBJS@
157
157