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.
20 lines
500 B
20 lines
500 B
|
|
INCLUDES = -I$(srcdir)/../../common -I../../common $(all_includes)
|
|
kbabel_punctuationtool_la_LIBADD = $(LIB_KIO) ../../common/libkbabelcommon.la
|
|
|
|
####### Files
|
|
|
|
kde_module_LTLIBRARIES = kbabel_punctuationtool.la
|
|
|
|
kbabel_punctuationtool_la_SOURCES = main.cc
|
|
|
|
kbabel_punctuationtool_la_LDFLAGS = $(all_libraries) -avoid-version -module -no-undefined
|
|
|
|
noinst_HEADERS = main.h
|
|
|
|
kbabel_punctuationtool_la_METASOURCES = AUTO
|
|
|
|
service_DATA = kbabel_punctuationtool.desktop
|
|
servicedir = $(kde_servicesdir)
|
|
|