diff options
author | Michael Stahl <mstahl@redhat.com> | 2017-01-09 14:49:38 +0100 |
---|---|---|
committer | Michael Stahl <mstahl@redhat.com> | 2017-01-09 16:43:29 +0100 |
commit | e014213ae42da5e5464724bc79956e684f7f20cd (patch) | |
tree | 9af164ee1d136ce6f38379f59c0ed34d81468e80 /Repository.mk | |
parent | 2c78d4965a8ddd77b926edc0e0aa4a19577e2453 (diff) |
scp2: move firebird_sdbc library to firebirdsdbc module
Change-Id: Ie57ae3452947a8454eca5d83f2e80d168ef2fa6d
Diffstat (limited to 'Repository.mk')
-rw-r--r-- | Repository.mk | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/Repository.mk b/Repository.mk index 560716d18fec..f891da008a2d 100644 --- a/Repository.mk +++ b/Repository.mk @@ -334,7 +334,6 @@ $(eval $(call gb_Helper_register_libraries_for_install,OOOLIBS,ooo, \ flat \ file) \ filterconfig \ - $(if $(filter $(ENABLE_FIREBIRD_SDBC),TRUE),firebird_sdbc) \ fps_office \ for \ forui \ @@ -457,6 +456,10 @@ $(eval $(call gb_Helper_register_libraries_for_install,OOOLIBS,postgresqlsdbc, \ postgresql-sdbc-impl) \ )) +$(eval $(call gb_Helper_register_libraries_for_install,OOOLIBS,firebirdsdbc, \ + $(if $(ENABLE_FIREBIRD_SDBC),firebird_sdbc) \ +)) + ifneq ($(ENABLE_PDFIMPORT),) $(eval $(call gb_Helper_register_libraries_for_install,OOOLIBS,pdfimport, \ pdfimport \ |