diff options
-rw-r--r-- | .bzrignore | 2 | ||||
-rw-r--r-- | Makefile.am | 2 | ||||
-rw-r--r-- | configure.ac | 2 | ||||
-rw-r--r-- | src-sus/Makefile.am (renamed from src-sus-only/Makefile.am) | 0 | ||||
-rw-r--r-- | src-sus/applet-main.c (renamed from src-sus-only/applet-main.c) | 0 |
5 files changed, 3 insertions, 3 deletions
@@ -99,4 +99,4 @@ docs/reference/tmpl/listener.sgml docs/reference/tmpl/listener.sgml.bak docs/reference/tmpl/server.sgml docs/reference/tmpl/server.sgml.bak -src-sus-only/indicator-applet-no-sus +src-sus/indicator-applet-sus 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 \ diff --git a/configure.ac b/configure.ac index 1cff1e0..58b4739 100644 --- a/configure.ac +++ b/configure.ac @@ -180,7 +180,7 @@ AC_DEFINE_PATH(LIBDIR, "${libdir}", [system configuration dir]) AC_OUTPUT([ Makefile src/Makefile -src-sus-only/Makefile +src-sus/Makefile libindicate/Makefile libindicate/indicate.pc libindicate-gtk/Makefile diff --git a/src-sus-only/Makefile.am b/src-sus/Makefile.am index 6e494f9..6e494f9 100644 --- a/src-sus-only/Makefile.am +++ b/src-sus/Makefile.am diff --git a/src-sus-only/applet-main.c b/src-sus/applet-main.c index 2aa03ee..2aa03ee 100644 --- a/src-sus-only/applet-main.c +++ b/src-sus/applet-main.c |