summaryrefslogtreecommitdiffstats
path: root/nsplugins/test/Makefile.am
blob: 24985baa1902861b77431eed1187fe3420ebfe0e (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_TDECORE) $(LIB_TDEUI) -ltdefx $(LIB_KIO) -ltdetexteditor
testnsplugin_LDADD = $(LIB_TDEUI) ../libnsplugin.la

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