diff options
Diffstat (limited to 'source3/po/genmsg')
-rwxr-xr-x | source3/po/genmsg | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/source3/po/genmsg b/source3/po/genmsg index bb2b351870..79cbb6045e 100755 --- a/source3/po/genmsg +++ b/source3/po/genmsg @@ -14,8 +14,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/>. # - -FILES='../web/swat.c ../web/statuspage.c ../param/loadparm.c' +NET_FILES='../utils/net.c ../utils/net_ads.c' +FILES="../web/swat.c ../web/statuspage.c ../param/loadparm.c ${NET_FILES}" LANGS='en ja tr pl fr de it ru' XGETTEXT=xgettext |