summaryrefslogtreecommitdiffstats
path: root/nsplugins/test/Makefile.am
blob: b83893e514017927d5e8f0f1a195edf8348946f4 (plain)
1
2
3
4
5
6
7
8
9
10
11
INCLUDES = -I$(top_srcdir)/libltdl -I.. $(all_includes)
METASOURCES = AUTO
noinst_HEADERS = testnsplugin.h

check_PROGRAMS = testnsplugin
testnsplugin_SOURCES = testnsplugin.cpp
testnsplugin_LDFLAGS = $(all_libraries) $(KDE_RPATH) $(LIB_QT) -lDCOP $(LIB_KDECORE) $(LIB_KDEUI) -lkdefx $(LIB_KIO) -lktexteditor
testnsplugin_LDADD = $(LIB_KDEUI) ../libnsplugin.la

$(srcdir)/testnsplugin.cpp: ../NSPluginClassIface_stub.h