aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTed Gould <ted@canonical.com>2008-10-29 21:30:35 -0500
committerTed Gould <ted@canonical.com>2008-10-29 21:30:35 -0500
commit435437a7cc42aad99d5b220e42ab8d3df965d25d (patch)
treec7214e1c6f4a2007ff109f6b70198ac627b08ae9
parent9c2e7b6066f217e3879067a6f2b368de98c5fd8e (diff)
downloadlibayatana-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--AUTHORS0
-rw-r--r--ChangeLog0
-rw-r--r--Makefile.am3
-rw-r--r--NEWS0
-rw-r--r--README0
-rwxr-xr-xautogen.sh1
-rw-r--r--configure.ac2
7 files changed, 5 insertions, 1 deletions
diff --git a/AUTHORS b/AUTHORS
new file mode 100644
index 0000000..e69de29
--- /dev/null
+++ b/AUTHORS
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
diff --git a/NEWS b/NEWS
new file mode 100644
index 0000000..e69de29
--- /dev/null
+++ b/NEWS
diff --git a/README b/README
new file mode 100644
index 0000000..e69de29
--- /dev/null
+++ b/README
diff --git a/autogen.sh b/autogen.sh
index 4ac8609..f0cc344 100755
--- a/autogen.sh
+++ b/autogen.sh
@@ -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
])
###########################