diff options
-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 |