blob: 182c3072fe00eed35307e09e56dcc87f0fe7ca41 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
|
INCLUDES= -I$(kde_includes)/arts $(all_includes) -I$(kde_includes)/tde
kde_module_LTLIBRARIES = noatunwakeup.la
noatunwakeup_la_SOURCES = wakeup.cpp \
kminutespinbox.cpp \
kpercentspinbox.cpp
noatunwakeup_la_LDFLAGS = $(all_libraries) -module -avoid-version -no-undefined
noatunwakeup_la_LIBADD = $(LIB_KFILE) -lnoatun -lm
noatunwakeup_la_METASOURCES = AUTO
noinst_HEADERS = wakeup.h \
kminutespinbox.h \
kpercentspinbox.h
noatun_DATA = wakeup.plugin
noatundir = $(kde_datadir)/noatun
messages: rc.cpp
$(XGETTEXT) *.cpp *.h -o $(podir)/wakeup.pot
|