From a1ec732767135917e9e0fd75514a39ac8d3c6485 Mon Sep 17 00:00:00 2001 From: Ted Gould Date: Fri, 7 Aug 2009 14:13:05 +0100 Subject: Adding the new src to the build system --- Makefile.am | 1 + 1 file changed, 1 insertion(+) (limited to 'Makefile.am') 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 \ -- cgit v1.2.3 From 059f1bf7f05ff9237c04d60758cbcc2995932e82 Mon Sep 17 00:00:00 2001 From: Ted Gould Date: Fri, 7 Aug 2009 15:53:10 +0100 Subject: Changing the name of the directory to -sus which makes more sense --- Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile.am') diff --git a/Makefile.am b/Makefile.am index c5c38b4..072e8df 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1,7 +1,7 @@ SUBDIRS = \ src \ - src-sus-only \ + src-sus \ libindicate \ libindicate-gtk \ libindicator \ -- cgit v1.2.3