diff options
author | Ted Gould <ted@canonical.com> | 2008-10-29 21:30:35 -0500 |
---|---|---|
committer | Ted Gould <ted@canonical.com> | 2008-10-29 21:30:35 -0500 |
commit | 435437a7cc42aad99d5b220e42ab8d3df965d25d (patch) | |
tree | c7214e1c6f4a2007ff109f6b70198ac627b08ae9 /configure.ac | |
parent | 9c2e7b6066f217e3879067a6f2b368de98c5fd8e (diff) | |
download | libayatana-indicator-435437a7cc42aad99d5b220e42ab8d3df965d25d.tar.gz libayatana-indicator-435437a7cc42aad99d5b220e42ab8d3df965d25d.tar.bz2 libayatana-indicator-435437a7cc42aad99d5b220e42ab8d3df965d25d.zip |
Getting the build things together so that it starts building. Yeah.
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac index 74fbab9..4cae40e 100644 --- a/configure.ac +++ b/configure.ac @@ -11,6 +11,7 @@ AM_MAINTAINER_MODE IT_PROG_INTLTOOL([0.35.0]) AC_ISC_POSIX AC_PROG_CC +AM_PROG_CC_C_O AC_STDC_HEADERS AC_PROG_LIBTOOL @@ -36,6 +37,7 @@ AC_SUBST(APPLET_LIBS) AC_OUTPUT([ Makefile src/Makefile +po/Makefile.in ]) ########################### |