blob: daaafa3c4760df066a86d95586fa210e6336c516 (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
SUBDIRS = .
INCLUDES = -I. -I$(top_srcdir)/kdeeduui $(all_includes)
check_PROGRAMS = entrydialogs
#all: check
entrydialogs_SOURCES = entrydialogs.cpp
entrydialogs_LDADD = ../libkdeeduui.la
entrydialogs_LDFLAGS = $(all_libraries)
|