diff options
| -rw-r--r-- | serial/Makefile.am | 2 | ||||
| -rw-r--r-- | test/Makefile.am | 2 | 
2 files changed, 2 insertions, 2 deletions
| diff --git a/serial/Makefile.am b/serial/Makefile.am index 01551889..7a0b34c2 100644 --- a/serial/Makefile.am +++ b/serial/Makefile.am @@ -19,6 +19,6 @@ AM_CFLAGS = @BLUEZ_CFLAGS@ @DBUS_CFLAGS@ @GLIB_CFLAGS@ @GDBUS_CFLAGS@  INCLUDES = -I$(top_srcdir)/common -I$(top_srcdir)/src -EXTRA_DIST = serial-api.txt test-serial +EXTRA_DIST = serial-api.txt  MAINTAINERCLEANFILES = Makefile.in diff --git a/test/Makefile.am b/test/Makefile.am index ba2bdc65..6f317c9d 100644 --- a/test/Makefile.am +++ b/test/Makefile.am @@ -41,7 +41,7 @@ INCLUDES = -I$(top_srcdir)/common  EXTRA_DIST = apitest hsplay hsmicro bdaddr.8 dbusdef.py \  	list-devices test-discovery test-manager test-adapter test-device \ -	simple-service simple-agent service-record.dtd \ +	test-serial simple-service simple-agent service-record.dtd \  	service-did.xml service-spp.xml service-opp.xml service-ftp.xml  MAINTAINERCLEANFILES = Makefile.in | 
