repo.or.cz
/
kdeedu.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
moved kdeaccessibility kdeaddons kdeadmin kdeartwork kdebindings kdeedu kdegames...
[kdeedu.git]
/
kig
/
modes
/
Makefile.am
blob
5f7518e52b16a5eb55829744cc2257e91511d2b1
1
INCLUDES=$(all_includes)
2
3
noinst_LTLIBRARIES=libmodes.la
4
libmodes_la_SOURCES= \
5
base_mode.cc \
6
construct_mode.cc \
7
dragrectmode.cc \
8
edittype.cc \
9
edittypebase.ui \
10
label.cc \
11
linkslabel.cpp \
12
macro.cc \
13
macrowizard.cc \
14
macrowizardbase.ui \
15
mode.cc \
16
moving.cc \
17
normal.cc \
18
popup.cc \
19
textlabelwizard.cc \
20
textlabelwizardbase.ui \
21
typesdialog.cpp \
22
typesdialogbase.ui
23
noinst_HEADERS=\
24
base_mode.h \
25
construct_mode.h \
26
dragrectmode.h \
27
edittype.h \
28
label.h \
29
linkslabel.h \
30
macro.h \
31
macrowizard.h \
32
mode.h \
33
moving.h \
34
normal.h \
35
popup.h \
36
textlabelwizard.h \
37
typesdialog.h
38
39
METASOURCES=AUTO