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.
33 lines
1.0 KiB
33 lines
1.0 KiB
stencildir = $(kde_datadir)/kivio/autoloadStencils
|
|
stencil_DATA = straight_connector.xpm
|
|
|
|
kde_module_LTLIBRARIES =straight_connector.la
|
|
|
|
straight_connector_la_LDFLAGS = -module $(KDE_PLUGIN) $(all_libraries) -ltdecore -ltdeui $(LIB_TQT) -lkjs -ltdefx -ltdeio
|
|
|
|
# Hack to make it work (dave m)
|
|
straight_connector_la_LIBADD = $(LIB_KOPAINTER) $(top_builddir)/kivio/kiviopart/libkiviocommon.la
|
|
|
|
INCLUDES = -I$(top_srcdir)/kivio/kiviopart\
|
|
-I$(top_srcdir)/kivio/kiviopart/kiviosdk\
|
|
-I$(top_srcdir)/kivio/kiviopart/tools\
|
|
$(KOTEXT_INCLUDES)\
|
|
$(KOFFICE_INCLUDES) $(all_includes)
|
|
METASOURCES = AUTO
|
|
|
|
straight_connector_la_SOURCES = \
|
|
straight_connector.cpp
|
|
EXTRA_DIST = \
|
|
straight_connector.cpp\
|
|
straight_connector.h\
|
|
straight_connector.xpm
|
|
|
|
install-data-local:
|
|
$(mkinstalldirs) $(DESTDIR)$(stencildir)
|
|
-rm -f $(DESTDIR)$(stencildir)/straight_connector.so
|
|
$(LN_S) $(kde_moduledir)/straight_connector.so $(DESTDIR)$(stencildir)/straight_connector.so
|
|
|
|
uninstall-local:
|
|
-rm -f $(DESTDIR)$(stencildir)/straight_connector.so
|
|
|