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.
28 lines
846 B
28 lines
846 B
|
|
INCLUDES= -I$(top_srcdir)/arts/kde -I$(includedir)/arts $(all_includes)
|
|
|
|
####### Files
|
|
|
|
kde_module_LTLIBRARIES = knotify.la
|
|
|
|
knotify_la_SOURCES = knotify.cpp knotify.skel
|
|
if include_ARTS
|
|
knotify_la_LIBADD = -lsoundserver_idl $(LIB_TDEUI) $(top_builddir)/arts/kde/libartskde.la $(LIB_TQT) $(top_builddir)/dcop/libDCOP.la $(LIB_TDECORE) -lartsflow_idl -lmcop
|
|
endif
|
|
knotify_la_LDFLAGS = $(all_libraries) -module -avoid-version
|
|
knotify_la_METASOURCES = AUTO
|
|
|
|
check_PROGRAMS = knotifytest
|
|
knotifytest_SOURCES = knotifytest.cpp
|
|
knotifytest_LDADD = $(LIB_TDECORE)
|
|
knotifytest_LDFLAGS = $(all_libraries) $(KDE_RPATH) $(LIB_TQT) -lDCOP $(LIB_TDECORE) $(LIB_TDEUI) -ltdefx $(LIB_TDEIO) -ltdetexteditor
|
|
|
|
noinst_HEADERS = knotify.h
|
|
|
|
kdelnkdir = $(kde_servicesdir)
|
|
kdelnk_DATA = knotify.desktop
|
|
|
|
messages:
|
|
$(XGETTEXT) knotify.cpp -o $(podir)/knotify.pot
|
|
|