~dbusmenu-team/libdbusmenu/trunk.16.10

« back to all changes in this revision

Viewing changes to tests/Makefile.am

  • Committer: Ted Gould
  • Date: 2009-04-16 21:03:57 UTC
  • mto: (3.1.1 gtkmenu)
  • mto: This revision was merged to the branch mainline in revision 3.
  • Revision ID: ted@canonical.com-20090416210357-m3mnvmb9h9tty612
Adding in tests dictory, a test, and making it compile

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
 
 
2
libexec_PROGRAMS = \
 
3
        glib-server-nomenu
 
4
 
 
5
glib_server_nomenu_SOURCES = \
 
6
        glib-server-nomenu.c
 
7
 
 
8
glib_server_nomenu_CFLAGS = \
 
9
        -I $(srcdir)/.. \
 
10
        $(DBUSMENUGLIB_CFLAGS) -Wall -Werror
 
11
 
 
12
glib_server_nomenu_LDADD = \
 
13
        ../libdbusmenu-glib/libdbusmenu-glib.la \
 
14
        $(DBUSMENUGLIB_LIBS)
 
15
 
 
16
 
 
17
 
 
18
 
 
19
examplesdir = $(docdir)/examples/
 
20
 
 
21
examples_DATA = \
 
22
        $(glib_server_nomenu_SOURCES)
 
23
 
 
24
EXTRA_DIST = $(examples_DATA)