diff options
-rw-r--r-- | ruby/Makefile.am | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ruby/Makefile.am b/ruby/Makefile.am index dbce88390..5c9795da9 100644 --- a/ruby/Makefile.am +++ b/ruby/Makefile.am @@ -152,6 +152,7 @@ libpaludisruby_@PALUDIS_PC_SLOT@_la_LIBADD = \ $(top_builddir)/paludis/util/libpaludisutil_@PALUDIS_PC_SLOT@.la \ $(top_builddir)/paludis/environments/paludis/libpaludispaludisenvironment_@PALUDIS_PC_SLOT@.la \ $(top_builddir)/paludis/environments/no_config/libpaludisnoconfigenvironment_@PALUDIS_PC_SLOT@.la \ + $(top_builddir)/paludis/repositories/fake/libpaludisfakerepository_@PALUDIS_PC_SLOT@.la \ $(PTHREAD_LIBS) check_DATA = .libs/Paludis.so |