summaryrefslogtreecommitdiffstats
path: root/libtdeedu/tdeeduui/tests/Makefile.am
blob: 6fcb251b00eb32ad7a349b0db8d7c83cad24199e (plain)
1
2
3
4
5
6
7
8
9
10
11
SUBDIRS = .
INCLUDES = -I.  -I$(top_srcdir)/tdeeduui $(all_includes)

check_PROGRAMS = entrydialogs

#all: check

entrydialogs_SOURCES         = entrydialogs.cpp
entrydialogs_LDADD = ../libtdeeduui.la
entrydialogs_LDFLAGS = $(all_libraries)