- Fixes on Capability creation.
[platform/upstream/libzypp.git] / devel / Makefile.am
index fc68036..a092b6f 100644 (file)
@@ -8,7 +8,9 @@ SUBDIRS =
 
 ## ##################################################
 
-noinst_PROGRAMS = Example.createResolvable
+noinst_PROGRAMS = \
+       Example.createResolvable        \
+       Example.createCapabilities
 
 ## ##################################################
 
@@ -17,6 +19,7 @@ LDADD =       $(top_srcdir)/zypp/lib@PACKAGE@.la
 ## ##################################################
 
 Example_createResolvable_SOURCES = Example.createResolvable.cc
+Example_createCapabilities_SOURCES = Example.createCapabilities.cc
 
 ## ##################################################