~vcs-imports/gconfmm/main

« back to all changes in this revision

Viewing changes to examples/client/Makefile.am

  • Committer: murrayc
  • Date: 2007-01-09 15:43:50 UTC
  • Revision ID: vcs-imports@canonical.com-20070109154350-lczyek6p0f2bqgva
moving

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
#Build the executable, but don't install it.
 
2
noinst_PROGRAMS = test_client
 
3
 
 
4
#Where to find the header files needed by the source files:
 
5
INCLUDES =  -I$(top_srcdir)/gconf $(GCONFMM_EXAMPLES_CFLAGS)
 
6
 
 
7
#The libraries that the executable needs to link against:
 
8
LIBS = $(top_builddir)/gconf/gconfmm/libgconfmm-2.6.la @LIBS@ @GCONFMM_EXAMPLES_LIBS@
 
9
 
 
10
#List of source files needed to build the executable:
 
11
test_client_SOURCES = main.cc window_test.h window_test.cc
 
 
b'\\ No newline at end of file'