diff options
Diffstat (limited to 'kig/modes/Makefile.am')
-rw-r--r-- | kig/modes/Makefile.am | 24 |
1 files changed, 12 insertions, 12 deletions
diff --git a/kig/modes/Makefile.am b/kig/modes/Makefile.am index 5f7518e5..76d3d773 100644 --- a/kig/modes/Makefile.am +++ b/kig/modes/Makefile.am @@ -2,21 +2,21 @@ INCLUDES=$(all_includes) noinst_LTLIBRARIES=libmodes.la libmodes_la_SOURCES= \ - base_mode.cc \ - construct_mode.cc \ - dragrectmode.cc \ - edittype.cc \ + base_mode.cpp \ + construct_mode.cpp \ + dragrectmode.cpp \ + edittype.cpp \ edittypebase.ui \ - label.cc \ + label.cpp \ linkslabel.cpp \ - macro.cc \ - macrowizard.cc \ + macro.cpp \ + macrowizard.cpp \ macrowizardbase.ui \ - mode.cc \ - moving.cc \ - normal.cc \ - popup.cc \ - textlabelwizard.cc \ + mode.cpp \ + moving.cpp \ + normal.cpp \ + popup.cpp \ + textlabelwizard.cpp \ textlabelwizardbase.ui \ typesdialog.cpp \ typesdialogbase.ui |