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



commit 66146638828da5e69252a817d9ba7f1f0e23aae9
Author: Thomas Haller <thaller redhat com>
Date:   Thu May 19 09:19:57 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 6dfa8c1..d983a61 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]