diff options
author | onestone <onestone> | 2006-12-19 00:31:09 +0000 |
---|---|---|
committer | onestone <onestone> | 2006-12-19 00:31:09 +0000 |
commit | e44afc75929e20f93ed53bc9880d59d1feb66044 (patch) | |
tree | 33786a03bd64d8b75ae078ccc74da44887e17d20 /kcm/Makefile.am | |
parent | 2f44397a29a96715e919bc5173e7dcfacbd16c78 (diff) | |
download | aquamarine-e44afc75929e20f93ed53bc9880d59d1feb66044.tar.gz aquamarine-e44afc75929e20f93ed53bc9880d59d1feb66044.tar.bz2 |
aquamarine: added aquamarine configuration to the kcontrol module
Diffstat (limited to 'kcm/Makefile.am')
-rw-r--r-- | kcm/Makefile.am | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/kcm/Makefile.am b/kcm/Makefile.am index 92d7acc..69bb3a6 100644 --- a/kcm/Makefile.am +++ b/kcm/Makefile.am @@ -2,7 +2,10 @@ INCLUDES = -I$(srcdir)/lib $(all_includes) kcm_beryl_la_LDFLAGS = -module -avoid-version -no-undefined $(all_libraries) kcm_beryl_la_LIBADD = $(BERYLSETTINGS_LIBS) $(LIB_KDECORE) $(LIB_KDEUI) -kcm_beryl_la_SOURCES = main.cpp +kcm_beryl_la_SOURCES = main.cpp \ + aquamarine_ui.ui \ + aqsettings.kcfgc + KDE_CXXFLAGS = $(BERYLSETTINGS_CFLAGS) |