~ubuntu-branches/ubuntu/saucy/postfix/saucy

« back to all changes in this revision

Viewing changes to src/postconf/Makefile.in

  • Committer: Bazaar Package Importer
  • Author(s): LaMont Jones
  • Date: 2011-02-22 11:20:43 UTC
  • mfrom: (1.1.27 upstream)
  • Revision ID: james.westby@ubuntu.com-20110222112043-c34ht219w3ybrilr
Tags: 2.8.0-2
* a little more lintian cleanup
* Fix missing format strings in smtp-sink.c

Show diffs side-by-side

added added

removed removed

Lines of Context:
8
8
TESTPROG= 
9
9
MAKES   = bool_table.h bool_vars.h int_table.h int_vars.h str_table.h \
10
10
        str_vars.h time_table.h time_vars.h raw_table.h raw_vars.h \
11
 
        nint_table.h nint_vars.h
 
11
        nint_table.h nint_vars.h nbool_table.h nbool_vars.h
12
12
AUTOS   = auto_table.h auto_vars.h
13
13
DUMMIES = makes_dummy autos_dummy # for "make -j"
14
14
PROG    = postconf
121
121
postconf.o: install_vars.h
122
122
postconf.o: int_table.h
123
123
postconf.o: int_vars.h
 
124
postconf.o: nbool_table.h
 
125
postconf.o: nbool_vars.h
 
126
postconf.o: nint_table.h
 
127
postconf.o: nint_vars.h
124
128
postconf.o: postconf.c
125
129
postconf.o: raw_table.h
126
130
postconf.o: raw_vars.h