diff options
author | Ted Gould <ted@canonical.com> | 2009-09-15 16:06:55 -0500 |
---|---|---|
committer | Ted Gould <ted@canonical.com> | 2009-09-15 16:06:55 -0500 |
commit | edd1898503d99afa6bec65b8ae03dff9554f4ac6 (patch) | |
tree | e7adad843e44efecad561b0af9e8d59a1b6c3280 | |
parent | a96ee29bd978743128d743d5baedc2e9365f0b25 (diff) | |
download | ayatana-indicator-messages-edd1898503d99afa6bec65b8ae03dff9554f4ac6.tar.gz ayatana-indicator-messages-edd1898503d99afa6bec65b8ae03dff9554f4ac6.tar.bz2 ayatana-indicator-messages-edd1898503d99afa6bec65b8ae03dff9554f4ac6.zip |
Making it so the po directory is connected in.
-rw-r--r-- | Makefile.am | 3 | ||||
-rw-r--r-- | configure.ac | 1 |
2 files changed, 3 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am index 7d58c6b..26c2a33 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1,7 +1,8 @@ SUBDIRS = \ src \ - data + data \ + po DISTCHECK_CONFIGURE_FLAGS = --enable-localinstall diff --git a/configure.ac b/configure.ac index 2470482..f9f4fe3 100644 --- a/configure.ac +++ b/configure.ac @@ -115,6 +115,7 @@ data/icons/48x48/Makefile data/icons/48x48/status/Makefile data/icons/scalable/Makefile data/icons/scalable/status/Makefile +po/Makefile.in ]) ########################### |