summaryrefslogtreecommitdiff
path: root/source3/po/genmsg
diff options
context:
space:
mode:
Diffstat (limited to 'source3/po/genmsg')
-rwxr-xr-xsource3/po/genmsg18
1 files changed, 1 insertions, 17 deletions
diff --git a/source3/po/genmsg b/source3/po/genmsg
index bab6dd6e5c..9e9b53b3c8 100755
--- a/source3/po/genmsg
+++ b/source3/po/genmsg
@@ -15,24 +15,8 @@
# You should have received a copy of the GNU General Public License
# along with this program; if not, see <http://www.gnu.org/licenses/>.
#
-add_basedir_to_filelist() {
- BASEDIR="$1"
- shift;
- FILELIST="$@"
- FULL_LIST=""
- for file in ${FILELIST}; do
- FULL_LIST="${FULL_LIST} $BASEDIR/${file}"
- done
- echo ${FULL_LIST}
-}
-NET_FILES=`add_basedir_to_filelist ../utils net.c net_ads.c net_ads_gpo.c \
- net_afs.c net_cache.c net_conf.c net_dom.c net_eventlog.c \
- net_file.c net_group.c net_groupmap.c net_help.c net_help_common.c \
- net_idmap.c net_join.c net_lookup.c net_lua.c net_rap.c \
- net_registry.c net_registry_util.c net_rpc.c`
-
-FILES="../web/swat.c ../web/statuspage.c ../param/loadparm.c ${NET_FILES}"
+FILES='../web/swat.c ../web/statuspage.c ../param/loadparm.c'
LANGS='en ja tr pl fr de it ru'
XGETTEXT=xgettext