File: Makefile.am

package info (click to toggle)
clutter-imcontext 0.1.4-5
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 304 kB
  • sloc: ansic: 1,728; makefile: 114; sh: 29; xml: 4
file content (10 lines) | stat: -rw-r--r-- 263 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
noinst_PROGRAMS = \
        test-imtext

INCLUDES = -I$(top_srcdir)
LDADD = $(top_builddir)/clutter-imcontext/libclutter-imcontext-@CLUTTER_IMCONTEXT_API_VERSION@.la

AM_CFLAGS = $(CLUTTER_CFLAGS)
AM_LDFLAGS = $(CLUTTER_LIBS)

test_imtext_SOURCES = test-imtext.c