diff options
Diffstat (limited to 'deco/config/Makefile.am')
-rw-r--r-- | deco/config/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/deco/config/Makefile.am b/deco/config/Makefile.am index 08e3ea3..bf70cb3 100644 --- a/deco/config/Makefile.am +++ b/deco/config/Makefile.am @@ -7,7 +7,7 @@ INCLUDES = $(all_includes) -I$(srcdir)/../../config noinst_HEADERS = baghiraconfig.h aquariusbutton.h colorpicker.h pixmaps.h kde_module_LTLIBRARIES = twin_baghira_config.la -twin_baghira_config_la_SOURCES = baghiraconfig.cc aquariusbutton.cc colorpicker.cc configdialog.ui +twin_baghira_config_la_SOURCES = baghiraconfig.cpp aquariusbutton.cpp colorpicker.cpp configdialog.ui twin_baghira_config_la_LDFLAGS = $(all_libraries) $(KDE_PLUGIN) -module twin_baghira_config_la_LIBADD = $(LIB_QT) $(LIB_TDECORE) $(LIB_TDEUI) twin_baghira_config_la_METASOURCES = AUTO |