diff options
author | Richard Hughes <richard@hughsie.com> | 2009-08-26 14:35:36 +0100 |
---|---|---|
committer | Richard Hughes <richard@hughsie.com> | 2009-08-26 14:35:36 +0100 |
commit | 5afc8e735a2949fb40a7993a3354e10e93d777e9 (patch) | |
tree | a5f1215ece86d2b91faa8c52ab864acad488e5fc /lib/Makefile.am | |
parent | ef587b96c6629ea00c3d0f367e4bf992b4c4dd71 (diff) |
Checkin a very early version of the glib2 library for review
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 05d5a2f16..d509ce9f3 100644 --- a/lib/Makefile.am +++ b/lib/Makefile.am @@ -8,3 +8,7 @@ if PK_BUILD_MANAGED SUBDIRS += packagekit-sharp endif +if PK_BUILD_GLIB2 +SUBDIRS += packagekit-glib2 +endif + |