diff options
-rw-r--r-- | addressbook/Makefile.am | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/addressbook/Makefile.am b/addressbook/Makefile.am index 5a63f33ca3..b220599a94 100644 --- a/addressbook/Makefile.am +++ b/addressbook/Makefile.am @@ -1,10 +1,8 @@ if ENABLE_PILOT_CONDUITS # PENDING_PORT_WORK # CONDUIT_SUBDIR=conduit +CONDUIT_SUBDIR= endif SUBDIRS = \ - backend gui $(CONDUIT_SUBDIR) - -# PENDING_PORT_WORK -# SUBDIRS = ... printing + backend printing gui $(CONDUIT_SUBDIR) |