diff options
author | Jason Conti <jason.conti@gmail.com> | 2011-05-14 14:30:28 -0400 |
---|---|---|
committer | Jason Conti <jason.conti@gmail.com> | 2011-05-14 14:30:28 -0400 |
commit | d49b5573168cfbd524c9be40fc73396618ac6716 (patch) | |
tree | 96352315c88c97d704440140c7513e59f8dac572 | |
parent | dd5d2de5364adf53c5b723fd6d089a17eaa101cf (diff) | |
download | ayatana-indicator-notifications-d49b5573168cfbd524c9be40fc73396618ac6716.tar.gz ayatana-indicator-notifications-d49b5573168cfbd524c9be40fc73396618ac6716.tar.bz2 ayatana-indicator-notifications-d49b5573168cfbd524c9be40fc73396618ac6716.zip |
Forgot to add data/icons/Makefile to configure.ac.
-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 8a4e9a0..d8ab098 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 bebb647..69f1d0f 100644 --- a/configure.ac +++ b/configure.ac @@ -186,6 +186,7 @@ AC_OUTPUT([ Makefile src/Makefile data/Makefile +data/icons/Makefile tests/Makefile po/Makefile.in ]) |