~ubuntu-branches/ubuntu/maverick/libcgroup/maverick-proposed

« back to all changes in this revision

Viewing changes to src/daemon/Makefile.am

  • Committer: Bazaar Package Importer
  • Author(s): Dustin Kirkland
  • Date: 2009-08-26 11:29:17 UTC
  • Revision ID: james.westby@ubuntu.com-20090826112917-402ews2uj6v350d2
Tags: upstream-0.34
ImportĀ upstreamĀ versionĀ 0.34

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
INCLUDES = -I $(top_srcdir)/include
 
2
 
 
3
if WITH_DAEMON
 
4
 
 
5
sbin_PROGRAMS = cgrulesengd
 
6
cgrulesengd_SOURCES = cgrulesengd.c cgrulesengd.h
 
7
cgrulesengd_LDADD = $(top_srcdir)/src/.libs/libcgroup.la -lrt
 
8
cgrulesengd_LDFLAGS = -L$(top_srcdir)/src/.libs
 
9
 
 
10
endif