~ubuntu-branches/debian/sid/postfix/sid

« back to all changes in this revision

Viewing changes to src/postscreen/Makefile.in

  • Committer: Package Import Robot
  • Author(s): LaMont Jones, LaMont Jones, localization folks
  • Date: 2014-02-11 07:44:30 UTC
  • mfrom: (1.1.41)
  • Revision ID: package-import@ubuntu.com-20140211074430-91tdwgjriazawdz4
Tags: 2.11.0-1
[LaMont Jones]

* New upstream release: 2.11.0

[localization folks]

* l10n: Updated German translations.  Closes: #734893 (Helge Kreutzmann)

Show diffs side-by-side

added added

removed removed

Lines of Context:
16
16
TESTPROG=
17
17
PROG    = postscreen
18
18
INC_DIR = ../../include
19
 
LIBS    = ../../lib/libmaster.a ../../lib/libtls.a ../../lib/libglobal.a \
20
 
        ../../lib/libutil.a
 
19
# Fake libdns dependency, for early-binding shared-library builds.
 
20
LIBS    = ../../lib/libmaster.a ../../lib/libtls.a ../../lib/libdns.a \
 
21
        ../../lib/libglobal.a ../../lib/libutil.a
21
22
 
22
23
.c.o:;  $(CC) $(CFLAGS) -c $*.c
23
24
 
385
386
postscreen_tests.o: ../../include/msg.h
386
387
postscreen_tests.o: ../../include/myaddrinfo.h
387
388
postscreen_tests.o: ../../include/myflock.h
 
389
postscreen_tests.o: ../../include/name_code.h
388
390
postscreen_tests.o: ../../include/server_acl.h
389
391
postscreen_tests.o: ../../include/string_list.h
390
392
postscreen_tests.o: ../../include/sys_defs.h