~ubuntu-branches/debian/sid/lvm2/sid

« back to all changes in this revision

Viewing changes to libdaemon/server/Makefile.in

  • Committer: Package Import Robot
  • Author(s): Bastian Blank
  • Date: 2013-03-03 12:33:47 UTC
  • mfrom: (1.1.15)
  • Revision ID: package-import@ubuntu.com-20130303123347-smfwei6dodkdth55
Tags: 2.02.98-1
New upstream version.

Show diffs side-by-side

added added

removed removed

Lines of Context:
15
15
top_builddir = @top_builddir@
16
16
 
17
17
LIB_STATIC = libdaemonserver.a
18
 
SOURCES = daemon-server.c
 
18
SOURCES = daemon-server.c daemon-log.c
19
19
 
20
20
include $(top_builddir)/make.tmpl
21
21