aboutsummaryrefslogtreecommitdiff
path: root/example/Makefile.am
blob: c7f9c155992ebeacd1f06b466b5ccc7c428b8235 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
noinst_PROGRAMS =               \
        menus

menus_SOURCES =                 \
        menus.c

menus_CPPFLAGS =                \
        -I$(top_srcdir)         \
        -I$(top_srcdir)/src     \
        -I$(top_builddir)/src   \
        $(GCC_FLAGS)            \
        $(GTK_CFLAGS)           \
        $(MAINTAINER_CFLAGS)

menus_LDADD = $(top_builddir)/src/libido-0.1.la