dns: Also print packet information for DBGC_DNS
[sfrench/samba-autobuild/.git] / source3 / po / genmsg
index 5dfff1521f5bcb81dfa112f3d86a82fa74bc2f4b..9e9b53b3c84b7f35f52c64b7aeafadba1f64bf11 100755 (executable)
 #   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`
-
-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