You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gtk3-tqt-engine/tests/Makefile.am

18 lines
293 B

EXTRA_DIST = \
test-widgets.glade
noinst_PROGRAMS = \
test-widgets
test_widgets_CFLAGS = \
-I$(top_srcdir) \
$(TDEGTK_CFLAGS)
test_widgets_LDADD = \
$(TDEGTK_LIBADD)
test_widgets_LDFLAGS = \
$(TDEGTK_LDFLAGS)
# FIXME(Cimi): Figure out what tests must be compiled and add them here.