blob: 7d68a252b41562c056253ee4a7e8fc25c46f751f (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
|
INCLUDES = -I$(top_srcdir)/kalarm -I$(top_srcdir) $(all_includes)
noinst_LTLIBRARIES = libkalarm.la
libkalarm_la_METASOURCES = AUTO
libkalarm_la_SOURCES = \
buttongroup.cpp checkbox.cpp colourcombo.cpp colourlist.cpp \
combobox.cpp dateedit.cpp datetime.cpp label.cpp messagebox.cpp \
pushbutton.cpp radiobutton.cpp timeedit.cpp timespinbox.cpp \
timeperiod.cpp shellprocess.cpp slider.cpp spinbox.cpp spinbox2.cpp \
lineedit.cpp synchtimer.cpp
noinst_HEADERS = \
buttongroup.h checkbox.h colourcombo.h colourlist.h \
combobox.h dateedit.h datetime.h label.h lineedit.h messagebox.h \
pushbutton.h radiobutton.h timeedit.h timespinbox.h \
timeperiod.h shellprocess.h slider.h spinbox.h spinbox2.h \
synchtimer.h spinbox2private.h
DOXYGEN_REFERENCES=kdecore kdeui libkdepim
include $(top_srcdir)/admin/Doxyfile.am
|