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.
19 lines
573 B
19 lines
573 B
bin_PROGRAMS = kmdr-plugins
|
|
|
|
kmdr_plugins_SOURCES = main.cpp mainwindow.cpp pluginmanager.cpp
|
|
kmdr_plugins_LDADD = $(top_builddir)/kommander/factory/libkommanderfactory.la $(LIB_KIO)
|
|
|
|
#KDE_ICON = kmdr-plugins
|
|
|
|
appsdir = $(kde_appsdir)/Applications
|
|
#apps_DATA = kmdr-plugins.desktop
|
|
|
|
INCLUDES = -I$(top_srcdir)/kommander/factory $(all_includes)
|
|
|
|
METASOURCES = AUTO
|
|
|
|
# the library search path.
|
|
kmdr_plugins_LDFLAGS = $(all_libraries) $(KDE_RPATH) $(LIB_QT) -lDCOP $(LIB_KDECORE) $(LIB_KDEUI) -ltdefx $(LIB_KIO) -lktexteditor
|
|
|
|
noinst_HEADERS = mainwindow.h pluginmanager.h
|