source: proiecte/PPPP/gdm/tests/Makefile.am @ 134

Last change on this file since 134 was 134, checked in by (none), 14 years ago

gdm sources with the modifications for webcam

File size: 533 bytes
Line 
1NULL =
2
3AM_CPPFLAGS =                   \
4        -I.                     \
5        -I..                    \
6        -I$(top_srcdir)/common  \
7        $(COMMON_CFLAGS)        \
8        $(NULL)
9
10TESTS =                         \
11        m-common                \
12        $(NULL)
13
14if HAVE_CHECK
15noinst_PROGRAMS =               \
16        $(TESTS)                \
17        $(NULL)
18endif
19
20m_common_SOURCES =              \
21        m-common.c              \
22        s-common-address.c      \
23        s-common-address.h      \
24        s-common-utils.c        \
25        s-common-utils.h        \
26        $(NULL)
27
28m_common_CFLAGS =               \
29        @CHECK_CFLAGS@          \
30        $(COMMON_CFLAGS)        \
31        $(NULL)
32
33m_common_LDADD =                \
34        $(top_builddir)/common/libgdmcommon.la  \
35        @CHECK_LIBS@            \
36        $(COMMON_LIBS)          \
37        $(EXTRA_TEST_LIBS)      \
38        $(NULL)
39
Note: See TracBrowser for help on using the repository browser.