diff options
author | Stephane Delcroix <stephane@delcroix.org> | 2009-01-22 14:24:34 +0100 |
---|---|---|
committer | Stephane Delcroix <stephane@delcroix.org> | 2009-01-27 11:19:53 +0100 |
commit | 2af434f857db64c9dd8047e3ce0487eb74980b8f (patch) | |
tree | 45bf63bd8630683312700aa16c9b774b07972584 /lib/Makefile.am | |
parent | 02ce162308a9e792bb6ec0db524ad8b6d531bc16 (diff) |
new packagekit-sharp binding, hook it into the build.
Diffstat (limited to 'lib/Makefile.am')
-rw-r--r-- | lib/Makefile.am | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/lib/Makefile.am b/lib/Makefile.am index a92ff91e2..05d5a2f16 100644 --- a/lib/Makefile.am +++ b/lib/Makefile.am @@ -4,3 +4,7 @@ if PK_BUILD_QT SUBDIRS += packagekit-qt endif +if PK_BUILD_MANAGED +SUBDIRS += packagekit-sharp +endif + |