diff options
author | Ted Gould <ted@canonical.com> | 2009-08-07 14:13:05 +0100 |
---|---|---|
committer | Ted Gould <ted@canonical.com> | 2009-08-07 14:13:05 +0100 |
commit | a1ec732767135917e9e0fd75514a39ac8d3c6485 (patch) | |
tree | 4754b773e676515086e7e4ace9e3c467f29b31e5 | |
parent | 3b1bb35d97848e4ea444f963bf8c19ca6a72dd5b (diff) | |
download | libayatana-indicator-a1ec732767135917e9e0fd75514a39ac8d3c6485.tar.gz libayatana-indicator-a1ec732767135917e9e0fd75514a39ac8d3c6485.tar.bz2 libayatana-indicator-a1ec732767135917e9e0fd75514a39ac8d3c6485.zip |
Adding the new src to the build system
-rw-r--r-- | Makefile.am | 1 | ||||
-rw-r--r-- | configure.ac | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am index bdd32f4..c5c38b4 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1,6 +1,7 @@ SUBDIRS = \ src \ + src-sus-only \ libindicate \ libindicate-gtk \ libindicator \ diff --git a/configure.ac b/configure.ac index 471512f..1cff1e0 100644 --- a/configure.ac +++ b/configure.ac @@ -180,6 +180,7 @@ AC_DEFINE_PATH(LIBDIR, "${libdir}", [system configuration dir]) AC_OUTPUT([ Makefile src/Makefile +src-sus-only/Makefile libindicate/Makefile libindicate/indicate.pc libindicate-gtk/Makefile |