From ca212a494f066208f03a2fd0f02d6386493baf72 Mon Sep 17 00:00:00 2001 From: Marcel Holtmann Date: Tue, 3 Jun 2008 14:16:20 +0000 Subject: Remove print directory --- Makefile.am | 2 +- configure.in | 1 - print/Makefile.am | 2 -- 3 files changed, 1 insertion(+), 4 deletions(-) delete mode 100644 print/Makefile.am diff --git a/Makefile.am b/Makefile.am index c4d7dcdf..5c2c32fa 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1,6 +1,6 @@ SUBDIRS = doc sbc eglib gdbus common sdpd hcid plugins \ - network serial input audio print \ + network serial input audio \ tools rfcomm dund pand hidd \ cups test scripts diff --git a/configure.in b/configure.in index 7f6cfed2..011743ca 100644 --- a/configure.in +++ b/configure.in @@ -48,7 +48,6 @@ AC_OUTPUT([ serial/Makefile input/Makefile audio/Makefile - print/Makefile tools/Makefile rfcomm/Makefile hcid/Makefile diff --git a/print/Makefile.am b/print/Makefile.am deleted file mode 100644 index 02742923..00000000 --- a/print/Makefile.am +++ /dev/null @@ -1,2 +0,0 @@ - -MAINTAINERCLEANFILES = Makefile.in -- cgit