diff options
author | Carlos Garnacho <carlosg@gnome.org> | 2009-04-15 14:36:26 +0200 |
---|---|---|
committer | Carlos Garnacho <carlosg@gnome.org> | 2009-04-15 14:36:26 +0200 |
commit | 89a4f449d7b72d2debabe1abebb6eafee7d6a04b (patch) | |
tree | abbf076329a935890e8167412620d782303fa267 | |
parent | 1e9f85c0ad48fe6d6538ccf8c4dc359aa8bb3cf1 (diff) |
include po/ in SUBDIRS.
-rw-r--r-- | Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am index 928d081..bc8c504 100644 --- a/Makefile.am +++ b/Makefile.am @@ -2,7 +2,7 @@ if INTERNAL_NET_DBUS net_dbus_SUBDIRS = Net-DBus endif -SUBDIRS = dispatcher services files Init Network Shares Time Users Utils $(net_dbus_SUBDIRS) +SUBDIRS = dispatcher services files Init Network Shares Time Users Utils po $(net_dbus_SUBDIRS) modulesdir = $(scriptsdir) modules_DATA = \ |