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.
12 lines
498 B
12 lines
498 B
INCLUDES = -I$(top_srcdir)/nsplugins -I$(top_builddir)/nsplugins $(all_includes) `pkg-config --cflags glib-2.0`
|
|
METASOURCES = AUTO
|
|
|
|
bin_PROGRAMS = nspluginviewer
|
|
|
|
nspluginviewer_SOURCES = NSPluginCallbackIface.stub NSPluginClassIface.skel \
|
|
nsplugin.cpp viewer.cpp qxteventloop.cpp glibevents.cpp
|
|
nspluginviewer_LDFLAGS = $(all_libraries) $(KDE_RPATH) -export-dynamic `pkg-config --libs glib-2.0`
|
|
nspluginviewer_LDADD = $(LIB_TDEIO) $(LIB_TDEPARTS) -lXt
|
|
|
|
NSPluginCallbackIface_DIR = $(srcdir)/..
|