mirror of
https://invent.kde.org/system/dolphin
synced 2024-11-05 18:47:12 +00:00
9a88a45df4
svn path=/trunk/kdebase/nsplugins/; revision=154853
11 lines
342 B
Makefile
11 lines
342 B
Makefile
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)
|
|
testnsplugin_LDADD = $(LIB_KDEUI) ../libnsplugin.la
|
|
|
|
$(srcdir)/testnsplugin.cpp: ../NSPluginClassIface_stub.h
|
|
|