~mdz/network-manager/ubuntu.0.7

« back to all changes in this revision

Viewing changes to test/Makefile.am

  • Committer: dcbw
  • Date: 2004-06-24 14:18:37 UTC
  • Revision ID: vcs-imports@canonical.com-20040624141837-b23a721fd03ea23f
Initial revision

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
INCLUDES =                                         \
 
2
        $(NM_CFLAGS)                       \
 
3
        -DDBUS_API_SUBJECT_TO_CHANGE               \
 
4
        -DBINDIR=\"$(bindir)\"                     \
 
5
        -DDATADIR=\"$(datadir)\"
 
6
 
 
7
noinst_PROGRAMS = nmclienttest
 
8
 
 
9
nmclienttest_SOURCES = nmclienttest.c
 
10
 
 
11
nmclienttest_LDADD = $(NM_LIBS)