summaryrefslogtreecommitdiffstats
path: root/kbabel/datatools/equations/Makefile.am
blob: dac35e6f1d3689b27e6674b33f6f117c411f9316 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19

INCLUDES = -I$(srcdir)/../../common -I../../common $(all_includes)
kbabel_equationstool_la_LIBADD = $(LIB_TDEIO) ../../common/libkbabelcommon.la

####### Files

kde_module_LTLIBRARIES = kbabel_equationstool.la

kbabel_equationstool_la_SOURCES = main.cc

kbabel_equationstool_la_LDFLAGS = $(all_libraries) -avoid-version -module -no-undefined

noinst_HEADERS = main.h

kbabel_equationstool_la_METASOURCES = AUTO

service_DATA = kbabel_equationstool.desktop
servicedir = $(kde_servicesdir)