[network-manager-openvpn] build: build translations when building --without-gnome



commit c1f4a988da3f51dd4b0718805a31b7233f8c1adc
Author: Thomas Haller <thaller redhat com>
Date:   Thu May 19 09:20:41 2016 +0200

    build: build translations when building --without-gnome
    
    Translations are also relevant for the core-plugin and possibly
    the service. Install them also when building --without-gnome.

 Makefile.am |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/Makefile.am b/Makefile.am
index f3c209c..d39827d 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -1,9 +1,9 @@
 AUTOMAKE_OPTIONS = foreign
 
-SUBDIRS = shared src properties
+SUBDIRS = shared src properties po
 
 if WITH_GNOME
-SUBDIRS += auth-dialog po
+SUBDIRS += auth-dialog
 endif
 
 dbusservicedir = $(sysconfdir)/dbus-1/system.d


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]