mirror of
https://github.com/brl/mutter.git
synced 2025-01-25 19:08:56 +00:00
11 lines
293 B
Makefile
11 lines
293 B
Makefile
noinst_PROGRAMS = test-textures test-events
|
|
|
|
INCLUDES = -I$(top_srcdir)/
|
|
LDADD = $(top_builddir)/clutter/libclutter-@CLUTTER_FLAVOUR@-@CLUTTER_MAJORMINOR@.la
|
|
AM_CFLAGS = $(CLUTTER_CFLAGS)
|
|
LDFLAGS = $(CLUTTER_LIBS)
|
|
|
|
test_textures_SOURCES = test-textures.c
|
|
|
|
test_events_SOURCES = test-events.c
|