diff options
author | Ryan Lortie <desrt@desrt.ca> | 2010-05-22 17:07:31 -0400 |
---|---|---|
committer | Ryan Lortie <desrt@desrt.ca> | 2010-05-22 17:07:31 -0400 |
commit | a7053e1dd9c4e24cb4c915af047214e7c75e1464 (patch) | |
tree | b068438fe3696651f1120bf95c98ce3fc236f6a8 /Makefile.am | |
parent | aa1ce03e2541bf625d25b120f86442c2a6b8ad58 (diff) | |
download | dconf-a7053e1dd9c4e24cb4c915af047214e7c75e1464.tar.gz |
refactor, add client library, add 'dconf' command
Only very preliminary functionality for all of these.
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am index d6cb639..d781160 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1 +1 @@ -SUBDIRS = gvdb service gsettings +SUBDIRS = gvdb service gsettings tests client bin |