blob: 43ee404b4aeafbaed31756a2ef610d6f01d1c066 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
|
# Here resides the file selector part.
INCLUDES = -I$(top_srcdir)/lib/interfaces -I$(top_srcdir)/lib/interfaces/extensions -I$(top_srcdir)/lib/util -I$(top_srcdir)/lib/sourceinfo $(all_includes)
kde_module_LTLIBRARIES = libtdevfileselector.la
libtdevfileselector_la_LDFLAGS = $(all_libraries) $(KDE_PLUGIN)
libtdevfileselector_la_LIBADD = $(top_builddir)/lib/libtdevelop.la
libtdevfileselector_la_SOURCES = fileselector_part.cpp fileselector_widget.cpp tdeactionselector.cpp kbookmarkhandler.cpp
METASOURCES = AUTO
servicedir = $(kde_servicesdir)
service_DATA = tdevfileselector.desktop
# not used currently
#rcdir = $(kde_datadir)/tdevfileselector
#rc_DATA = tdevfileselector.rc
|