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 | |
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.
-rw-r--r-- | AUTHORS | 0 | ||||
-rw-r--r-- | ChangeLog | 0 | ||||
-rw-r--r-- | Makefile.am | 3 | ||||
-rw-r--r-- | NEWS | 0 | ||||
-rw-r--r-- | README | 0 | ||||
-rwxr-xr-x | autogen.sh | 1 | ||||
-rw-r--r-- | configure.ac | 2 |
7 files changed, 5 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog new file mode 100644 index 0000000..e69de29 --- /dev/null +++ b/ChangeLog diff --git a/Makefile.am b/Makefile.am index 49e02dc..e8bf693 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1,3 +1,4 @@ SUBDIRS = \ - src + src \ + po @@ -7,4 +7,5 @@ which gnome-autogen.sh || { exit 1 } +USE_GNOME2_MACROS=1 \ . gnome-autogen.sh 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 ]) ########################### |