1
INCLUDES = -I$(top_srcdir)/libltdl -I.. $(all_includes)
3
noinst_HEADERS = testnsplugin.h
5
check_PROGRAMS = testnsplugin
6
testnsplugin_SOURCES = testnsplugin.cpp
7
testnsplugin_LDFLAGS = $(all_libraries) $(KDE_RPATH)
8
testnsplugin_LDADD = $(LIB_KDEUI) ../libnsplugin.la
10
$(srcdir)/testnsplugin.cpp: ../NSPluginClassIface_stub.h