summaryrefslogtreecommitdiffstats
path: root/kommander/widget/Makefile.am
blob: 7094ca21e0a8c431906adcb5a2be4da696f6c8f4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
lib_LTLIBRARIES = libkommanderwidget.la

# set the include path for X, qt and KDE
INCLUDES = -I$(top_srcdir)/kommander/plugin  -I$(top_srcdir)/kommander/factory $(all_includes)

# the library search path. 
libkommanderwidget_la_LDFLAGS = $(KDE_RPATH) $(all_libraries) -no-undefined

# the libraries to link against.
libkommanderwidget_la_LIBADD  = $(top_builddir)/kommander/factory/libkommanderfactory.la $(LIB_KIO) $(LIB_TDEUI) $(LIB_QT) -lDCOP

libkommanderwidget_la_SOURCES = expression.cpp function.cpp functionlib.cpp \
	invokeclass.cpp kmdrmainwindow.cpp kommanderfunctions.cpp kommanderwidget.cpp \
	kommanderwindow.cpp myprocess.cpp parsenode.cpp parser.cpp parserdata.cpp

include_HEADERS = kommanderwidget.h kommander_export.h

# let automoc handle all of the meta source files (moc)
METASOURCES = AUTO
noinst_HEADERS = invokeclass.h kmdrmainwindow.h